Anywhere stickers - simple sticky notes

Attach sticky notes to any page

Cos'è Anywhere stickers - simple sticky notes?

Anywhere stickers - simple sticky notes è un'estensione di Chrome sviluppata da anywhere.stickers, e la sua funzione principale è "Attach sticky notes to any page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Anywhere stickers - simple sticky notes

Scarica i file di estensione Anywhere stickers - simple sticky notes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Anywhere stickers - simple sticky notes Anywhere stickers - simple sticky notes
ID joiomjhjkacipamidllnbicjcdmoheha
URL Ufficiale https://chromewebstore.google.com/detail/anywhere-stickers-simple/joiomjhjkacipamidllnbicjcdmoheha
Descrizione Attach sticky notes to any page
Dimensione del File 41.65 KB
Conteggio Installazioni 10,000
Versione Corrente 0.104.0.1
Ultimo Aggiornamento 2023-04-27
Data di Pubblicazione 2020-07-03
Valutazione 4.60/5 Totale 63 Valutazioni
Sviluppatore anywhere.stickers
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}