Anywhere stickers - simple sticky notes

Attach sticky notes to any page

¿Qué es Anywhere stickers - simple sticky notes?

Anywhere stickers - simple sticky notes es una extensión de Chrome desarrollada por anywhere.stickers, y su función principal es "Attach sticky notes to any page".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Anywhere stickers - simple sticky notes

Descarga archivos de extensión Anywhere stickers - simple sticky notes en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Anywhere stickers - simple sticky notes Anywhere stickers - simple sticky notes
ID joiomjhjkacipamidllnbicjcdmoheha
URL Oficial https://chromewebstore.google.com/detail/anywhere-stickers-simple/joiomjhjkacipamidllnbicjcdmoheha
Descripción Attach sticky notes to any page
Tamaño del Archivo 41.65 KB
Cantidad de Instalaciones 10,000
Versión Actual 0.104.0.1
Última Actualización 2023-04-27
Fecha de Publicación 2020-07-03
Calificación 4.60/5 Total de 63 Calificaciones
Desarrollador anywhere.stickers
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}