Mini Sticky Notes

Helps to quickly take a note of anything, anytime.

¿Qué es Mini Sticky Notes?

Mini Sticky Notes es una extensión de Chrome desarrollada por Jenis Patel, y su función principal es "Helps to quickly take a note of anything, anytime.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Mini Sticky Notes

Descarga archivos de extensión Mini 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

                        Sometimes we need to take a quick notes of points discussed during any meeting or a call so this extension will help you out there.

It is just a board for you where you can add your daily important points that need to be focused on.

RECENT UPDATES:

** Latest Release 1.3.2 (March 2018) **

1. Minor UI changes.

** Update 1.3.1 (March 2018) **

1. Support for auto saving has been added.                    

Información Básica de la Extensión

Nombre Mini Sticky Notes Mini Sticky Notes
ID ghhhlhbkkchjfnnliacdpmfjjgpmkbpd
URL Oficial https://chromewebstore.google.com/detail/mini-sticky-notes/ghhhlhbkkchjfnnliacdpmfjjgpmkbpd
Descripción Helps to quickly take a note of anything, anytime.
Tamaño del Archivo 39.92 KB
Cantidad de Instalaciones 13,310
Versión Actual 1.3.2
Última Actualización 2018-03-12
Fecha de Publicación 2018-03-12
Calificación 4.67/5 Total de 24 Calificaciones
Desarrollador Jenis Patel
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": "Mini Sticky Notes",
    "description": "Helps to quickly take a note of anything, anytime.",
    "version": "1.3.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Mini Sticky Notes",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "page": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/custom.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}