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.

Vad är Sticky Notes Everywhere | Digital Mercury?

Sticky Notes Everywhere | Digital Mercury är en Chrome-tillägg utvecklad av https://digital-mercury.com, och dess huvudfunktion är "Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.".

Tilläggsskärmbilder

screenshot

Ladda ner Sticky Notes Everywhere | Digital Mercury-förlängningens CRX-fil

Ladda ner Sticky Notes Everywhere | Digital Mercury-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Sticky Notes Everywhere | Digital Mercury Sticky Notes Everywhere | Digital Mercury
ID coppakibehgnbpmfgbjahkdbcfpcaado
Officiell webbadress https://chromewebstore.google.com/detail/sticky-notes-everywhere-d/coppakibehgnbpmfgbjahkdbcfpcaado
Beskrivning Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.
Filstorlek 16.83 KB
Antal Installationer 493
Aktuell Version 1.1
Senast Uppdaterad 2020-12-01
Publiceringsdatum 2020-11-26
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare https://digital-mercury.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://digital-mercury.com/
Hjälpsida URL https://digital-mercury.com/
Stödda Språk 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"
            ]
        }
    ]
}