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é es Sticky Notes Everywhere | Digital Mercury?

Sticky Notes Everywhere | Digital Mercury es una extensión de Chrome desarrollada por https://digital-mercury.com, y su función principal es "Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Sticky Notes Everywhere | Digital Mercury

Descarga archivos de extensión Sticky Notes Everywhere | Digital Mercury en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Sticky Notes Everywhere | Digital Mercury Sticky Notes Everywhere | Digital Mercury
ID coppakibehgnbpmfgbjahkdbcfpcaado
URL Oficial https://chromewebstore.google.com/detail/sticky-notes-everywhere-d/coppakibehgnbpmfgbjahkdbcfpcaado
Descripción Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.
Tamaño del Archivo 16.83 KB
Cantidad de Instalaciones 493
Versión Actual 1.1
Última Actualización 2020-12-01
Fecha de Publicación 2020-11-26
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador https://digital-mercury.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://digital-mercury.com/
URL de la Página de Ayuda https://digital-mercury.com/
Idiomas Soportados 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"
            ]
        }
    ]
}