Simple Quick Note

Simple extension for quick notes with a characters' counting feature

¿Qué es Simple Quick Note?

Simple Quick Note es una extensión de Chrome desarrollada por Roman Grinyov, y su función principal es "Simple extension for quick notes with a characters' counting feature".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Simple Quick Note

Descarga archivos de extensión Simple Quick Note 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

                        This extension is intended for quick notes that will be stored and synchronized in all your desktop devices

Source code: https://goo.gl/hoYFHG                    

Información Básica de la Extensión

Nombre Simple Quick Note Simple Quick Note
ID jiabjkckgapmaalmfbjdkcbkpiafnfga
URL Oficial https://chromewebstore.google.com/detail/simple-quick-note/jiabjkckgapmaalmfbjdkcbkpiafnfga
Descripción Simple extension for quick notes with a characters' counting feature
Tamaño del Archivo 118 KB
Cantidad de Instalaciones 647
Versión Actual 1.3.12
Última Actualización 2023-11-20
Fecha de Publicación 2018-08-16
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Roman Grinyov
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": 2,
    "name": "Simple Quick Note",
    "description": "Simple extension for quick notes with a characters' counting feature",
    "version": "1.3.12",
    "icons": {
        "16": "img\/icons\/action-edit\/16x16.png",
        "48": "img\/icons\/action-edit\/48x48.png",
        "128": "img\/icons\/action-edit\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icons\/action-edit\/16x16.png",
            "48": "img\/icons\/action-edit\/48x48.png",
            "128": "img\/icons\/action-edit\/128x128.png"
        },
        "default_title": "Simple Quick Note",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/common.js",
            "js\/events.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "html\/options.html"
    }
}