Anywhere stickers - simple sticky notes

Attach sticky notes to any page

O que é Anywhere stickers - simple sticky notes?

Anywhere stickers - simple sticky notes é uma extensão do Chrome desenvolvida por anywhere.stickers, e sua principal característica é "Attach sticky notes to any page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Anywhere stickers - simple sticky notes

Baixe arquivos de extensão Anywhere stickers - simple sticky notes 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

                        Single click sticky notes.

* Nice look and feel.
* Synchronizes across your logged-in browsers.
* Easy to use.
* Nothing excessive, only what you need to remember a pair of words.                    

Informações Básicas da Extensão

Nome Anywhere stickers - simple sticky notes Anywhere stickers - simple sticky notes
ID joiomjhjkacipamidllnbicjcdmoheha
URL Oficial https://chromewebstore.google.com/detail/anywhere-stickers-simple/joiomjhjkacipamidllnbicjcdmoheha
Descrição Attach sticky notes to any page
Tamanho do Arquivo 41.65 KB
Contagem de Instalações 10,000
Versão Atual 0.104.0.1
Última Atualização 2023-04-27
Data de Publicação 2020-07-03
Classificação 4.60/5 Total de 63 Avaliações
Desenvolvedor anywhere.stickers
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anywhere stickers - simple sticky notes",
    "short_name": "AnywhereStickers",
    "description": "Attach sticky notes to any page",
    "version": "0.104.0.1",
    "author": "Kirill Zotov",
    "options_page": "options.html",
    "action": {
        "default_icon": "icon.png",
        "default_title": "Anywhere stickers"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "zepto.min.js",
                "onScreenNotificator.js",
                "extension.js",
                "js.js"
            ],
            "css": [
                "css.css",
                "onScreenNotificator.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "icons": {
        "128": "icon_128.png"
    }
}