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.

Was ist Sticky Notes Everywhere | Digital Mercury?

Sticky Notes Everywhere | Digital Mercury ist eine Chrome-Erweiterung, die von https://digital-mercury.com entwickelt wurde, und ihr Hauptmerkmal ist "Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.".

Erweiterungsscreenshots

screenshot

Sticky Notes Everywhere | Digital Mercury-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sticky Notes Everywhere | Digital Mercury-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Sticky Notes Everywhere | Digital Mercury Sticky Notes Everywhere | Digital Mercury
ID coppakibehgnbpmfgbjahkdbcfpcaado
Offizielle URL https://chromewebstore.google.com/detail/sticky-notes-everywhere-d/coppakibehgnbpmfgbjahkdbcfpcaado
Beschreibung Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.
Dateigröße 16.83 KB
Installationsanzahl 493
Aktuelle Version 1.1
Letztes Update 2020-12-01
Veröffentlichungsdatum 2020-11-26
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://digital-mercury.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://digital-mercury.com/
Hilfeseite URL https://digital-mercury.com/
Unterstützte Sprachen 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"
            ]
        }
    ]
}