Anywhere stickers - simple sticky notes

Attach sticky notes to any page

Qu'est-ce que Anywhere stickers - simple sticky notes ?

Anywhere stickers - simple sticky notes est une extension Chrome développée par anywhere.stickers, et sa fonction principale est "Attach sticky notes to any page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Anywhere stickers - simple sticky notes

Téléchargez les fichiers d'extension Anywhere stickers - simple sticky notes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Anywhere stickers - simple sticky notes Anywhere stickers - simple sticky notes
ID joiomjhjkacipamidllnbicjcdmoheha
URL Officiel https://chromewebstore.google.com/detail/anywhere-stickers-simple/joiomjhjkacipamidllnbicjcdmoheha
Description Attach sticky notes to any page
Taille du Fichier 41.65 KB
Nombre d'Installations 10,000
Version Actuelle 0.104.0.1
Dernière Mise à Jour 2023-04-27
Date de Publication 2020-07-03
Évaluation 4.60/5 Total 63 Évaluations
Développeur anywhere.stickers
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}