Anywhere stickers - simple sticky notes

Attach sticky notes to any page

Co je Anywhere stickers - simple sticky notes?

Anywhere stickers - simple sticky notes je rozšíření Chrome vyvinuté anywhere.stickers, a jeho hlavní funkcí je „Attach sticky notes to any page“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Anywhere stickers - simple sticky notes

Stáhněte si soubory rozšíření Anywhere stickers - simple sticky notes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Anywhere stickers - simple sticky notes Anywhere stickers - simple sticky notes
ID joiomjhjkacipamidllnbicjcdmoheha
Oficiální URL https://chromewebstore.google.com/detail/anywhere-stickers-simple/joiomjhjkacipamidllnbicjcdmoheha
Popis Attach sticky notes to any page
Velikost souboru 41.65 KB
Počet instalací 10,000
Aktuální Verze 0.104.0.1
Poslední Aktualizace 2023-04-27
Datum Vydání 2020-07-03
Hodnocení 4.60/5 Celkem 63 Hodnocení
Vývojář anywhere.stickers
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}