Sticky Notes Everywhere | Digital Mercury

Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.

What is Sticky Notes Everywhere | Digital Mercury?

Sticky Notes Everywhere | Digital Mercury is a Chrome extension developed by https://digital-mercury.com, and its main feature is "Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.".

Extension Screenshots

screenshot

Download Sticky Notes Everywhere | Digital Mercury Extension CRX File

Download Sticky Notes Everywhere | Digital Mercury extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Create, position, and edit sticky notes on any web page, at any time! Save the sticky notes and the next time you return to the page, they will be just as you left them.                    

Extension Basic Information

Name Sticky Notes Everywhere | Digital Mercury Sticky Notes Everywhere | Digital Mercury
ID coppakibehgnbpmfgbjahkdbcfpcaado
Official URL https://chromewebstore.google.com/detail/sticky-notes-everywhere-d/coppakibehgnbpmfgbjahkdbcfpcaado
Description Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.
File Size 16.83 KB
Installation Count 493
Current Version 1.1
Last Updated 2020-12-01
Publish Date 2020-11-26
Rating 3.00/5 Total 2 Ratings
Developer https://digital-mercury.com
Email [email protected]
Payment Type free
Extension Website https://digital-mercury.com/
Help Page URL https://digital-mercury.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sticky Notes Everywhere | Digital Mercury",
    "description": "Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "16": "favicon.png",
        "128": "favicon.png"
    },
    "browser_action": {
        "default_popup": ".\/index.html",
        "default_icon": ".\/favicon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens index.html"
        }
    },
    "background": {
        "scripts": [
            "app.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}