Anywhere stickers - simple sticky notes

Attach sticky notes to any page

Co to jest Anywhere stickers - simple sticky notes?

Anywhere stickers - simple sticky notes to rozszerzenie Chrome opracowane przez anywhere.stickers, a jego główną funkcją jest „Attach sticky notes to any page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Anywhere stickers - simple sticky notes

Pobierz pliki rozszerzeń Anywhere stickers - simple sticky notes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Anywhere stickers - simple sticky notes Anywhere stickers - simple sticky notes
ID joiomjhjkacipamidllnbicjcdmoheha
Oficjalny URL https://chromewebstore.google.com/detail/anywhere-stickers-simple/joiomjhjkacipamidllnbicjcdmoheha
Opis Attach sticky notes to any page
Rozmiar pliku 41.65 KB
Liczba instalacji 10,000
Aktualna Wersja 0.104.0.1
Ostatnia Aktualizacja 2023-04-27
Data Publikacji 2020-07-03
Ocena 4.60/5 Łącznie 63 Oceny
Deweloper anywhere.stickers
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}