WebExtension.net
WebExtension.net

Send Note to Device

View on Chrome Web Store
View Send Note to Device Chrome Extension on Chrome Web Store
3.0 (3 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Send Note to Device allows you to send current URL with a note (message) to different devices.
Type
Extension
Users
327 users
1
Website fastaddons.com
juraj.masiar
View author page of juraj.masiar
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 24, 2019
Version 4.0
Manifest version
3
Updated
Updated on October 14, 2024
View on Chrome Web Store
View Send Note to Device Chrome Extension on Chrome Web Store
productivity/communication
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "4.0",
    "author": "Juraj M\u00e4siar",
    "default_locale": "en",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_desc__",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.loader.js"
    },
    "action": {
        "default_icon": {
            "128": "128.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+M"
            }
        }
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "contextMenus",
        "storage",
        "alarms",
        "scripting",
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "128.png",
                "utils\/svg\/resize-corner.svg",
                "note\/note.css",
                "note\/note.html",
                "note\/note.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "use_dynamic_url": true
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top