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.

Qu'est-ce que Sticky Notes Everywhere | Digital Mercury ?

Sticky Notes Everywhere | Digital Mercury est une extension Chrome développée par https://digital-mercury.com, et sa fonction principale est "Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sticky Notes Everywhere | Digital Mercury

Téléchargez les fichiers d'extension Sticky Notes Everywhere | Digital Mercury au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Sticky Notes Everywhere | Digital Mercury Sticky Notes Everywhere | Digital Mercury
ID coppakibehgnbpmfgbjahkdbcfpcaado
URL Officiel 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.
Taille du Fichier 16.83 KB
Nombre d'Installations 493
Version Actuelle 1.1
Dernière Mise à Jour 2020-12-01
Date de Publication 2020-11-26
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://digital-mercury.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://digital-mercury.com/
URL de la Page d'Aide https://digital-mercury.com/
Langues Prises en Charge 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"
            ]
        }
    ]
}