Anywhere stickers - simple sticky notes

Attach sticky notes to any page

Wat is Anywhere stickers - simple sticky notes?

Anywhere stickers - simple sticky notes is een Chrome-extensie ontwikkeld door anywhere.stickers, en de belangrijkste functie is "Attach sticky notes to any page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Anywhere stickers - simple sticky notes

Download Anywhere stickers - simple sticky notes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Anywhere stickers - simple sticky notes Anywhere stickers - simple sticky notes
ID joiomjhjkacipamidllnbicjcdmoheha
Officiële URL https://chromewebstore.google.com/detail/anywhere-stickers-simple/joiomjhjkacipamidllnbicjcdmoheha
Beschrijving Attach sticky notes to any page
Bestandsgrootte 41.65 KB
Aantal Installaties 10,000
Huidige Versie 0.104.0.1
Laatst Bijgewerkt 2023-04-27
Publicatiedatum 2020-07-03
Beoordeling 4.60/5 Totaal 63 Beoordelingen
Ontwikkelaar anywhere.stickers
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}