Anywhere stickers - simple sticky notes

Attach sticky notes to any page

Was ist Anywhere stickers - simple sticky notes?

Anywhere stickers - simple sticky notes ist eine Chrome-Erweiterung, die von anywhere.stickers entwickelt wurde, und ihr Hauptmerkmal ist "Attach sticky notes to any page".

Erweiterungsscreenshots

screenshot

Anywhere stickers - simple sticky notes-Erweiterungs-CRX-Datei herunterladen

Laden Sie Anywhere stickers - simple sticky notes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Anywhere stickers - simple sticky notes Anywhere stickers - simple sticky notes
ID joiomjhjkacipamidllnbicjcdmoheha
Offizielle URL https://chromewebstore.google.com/detail/anywhere-stickers-simple/joiomjhjkacipamidllnbicjcdmoheha
Beschreibung Attach sticky notes to any page
Dateigröße 41.65 KB
Installationsanzahl 10,000
Aktuelle Version 0.104.0.1
Letztes Update 2023-04-27
Veröffentlichungsdatum 2020-07-03
Bewertung 4.60/5 Insgesamt 63 Bewertungen
Entwickler anywhere.stickers
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}