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.

Co je Sticky Notes Everywhere | Digital Mercury?

Sticky Notes Everywhere | Digital Mercury je rozšíření Chrome vyvinuté https://digital-mercury.com, a jeho hlavní funkcí je „Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Sticky Notes Everywhere | Digital Mercury

Stáhněte si soubory rozšíření Sticky Notes Everywhere | Digital Mercury ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Sticky Notes Everywhere | Digital Mercury Sticky Notes Everywhere | Digital Mercury
ID coppakibehgnbpmfgbjahkdbcfpcaado
Oficiální URL https://chromewebstore.google.com/detail/sticky-notes-everywhere-d/coppakibehgnbpmfgbjahkdbcfpcaado
Popis Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.
Velikost souboru 16.83 KB
Počet instalací 493
Aktuální Verze 1.1
Poslední Aktualizace 2020-12-01
Datum Vydání 2020-11-26
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář https://digital-mercury.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://digital-mercury.com/
URL Stránky Nápovědy https://digital-mercury.com/
Podporované Jazyky 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"
            ]
        }
    ]
}