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.

O que é Sticky Notes Everywhere | Digital Mercury?

Sticky Notes Everywhere | Digital Mercury é uma extensão do Chrome desenvolvida por https://digital-mercury.com, e sua principal característica é "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 Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sticky Notes Everywhere | Digital Mercury

Baixe arquivos de extensão Sticky Notes Everywhere | Digital Mercury no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Sticky Notes Everywhere | Digital Mercury Sticky Notes Everywhere | Digital Mercury
ID coppakibehgnbpmfgbjahkdbcfpcaado
URL Oficial https://chromewebstore.google.com/detail/sticky-notes-everywhere-d/coppakibehgnbpmfgbjahkdbcfpcaado
Descrição Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.
Tamanho do Arquivo 16.83 KB
Contagem de Instalações 493
Versão Atual 1.1
Última Atualização 2020-12-01
Data de Publicação 2020-11-26
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://digital-mercury.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://digital-mercury.com/
URL da Página de Ajuda https://digital-mercury.com/
Idiomas Suportados 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"
            ]
        }
    ]
}