Anywhere stickers - simple sticky notes

Attach sticky notes to any page

Apa itu Anywhere stickers - simple sticky notes?

Anywhere stickers - simple sticky notes adalah ekstensi Chrome yang dikembangkan oleh anywhere.stickers, dan fitur utamanya adalah "Attach sticky notes to any page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Anywhere stickers - simple sticky notes

Unduh file ekstensi Anywhere stickers - simple sticky notes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Anywhere stickers - simple sticky notes Anywhere stickers - simple sticky notes
ID joiomjhjkacipamidllnbicjcdmoheha
URL Resmi https://chromewebstore.google.com/detail/anywhere-stickers-simple/joiomjhjkacipamidllnbicjcdmoheha
Deskripsi Attach sticky notes to any page
Ukuran File 41.65 KB
Jumlah Instalasi 10,000
Versi Saat Ini 0.104.0.1
Terakhir Diperbarui 2023-04-27
Tanggal Publikasi 2020-07-03
Penilaian 4.60/5 Total 63 Penilaian
Pengembang anywhere.stickers
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}