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.

Hvad er Sticky Notes Everywhere | Digital Mercury?

Sticky Notes Everywhere | Digital Mercury er en Chrome-udvidelse udviklet af https://digital-mercury.com, og dens hovedfunktion er "Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.".

Udvidelsesskærmbilleder

screenshot

Download Sticky Notes Everywhere | Digital Mercury-udvidelses-CRX-fil

Download Sticky Notes Everywhere | Digital Mercury-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Sticky Notes Everywhere | Digital Mercury Sticky Notes Everywhere | Digital Mercury
ID coppakibehgnbpmfgbjahkdbcfpcaado
Officiel URL https://chromewebstore.google.com/detail/sticky-notes-everywhere-d/coppakibehgnbpmfgbjahkdbcfpcaado
Beskrivelse Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.
Filstørrelse 16.83 KB
Antal Installationer 493
Nuværende Version 1.1
Senest Opdateret 2020-12-01
Udgivelsesdato 2020-11-26
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler https://digital-mercury.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://digital-mercury.com/
Hjælpeside-URL https://digital-mercury.com/
Understøttede Sprog 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"
            ]
        }
    ]
}