Notable

Sticky Notes and Note Taking Chrome Extension!

¿Qué es Notable?

Notable es una extensión de Chrome desarrollada por Genuvo, y su función principal es "Sticky Notes and Note Taking Chrome Extension!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Notable

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

                        Notable is a chrome extension that aids with note taking. It has three main features. First, it allows the user to create and write on sticky notes of different colors which automatically save and persist even if the device shuts down. Second, the extension lets the user write annotations directly on the web page once the draw button is pressed. Third, it has a screenshot button which captures the web page with the annotations on it in a png file.

Created by Neha Dalia and Sneha Jog                    

Información Básica de la Extensión

Nombre Notable Notable
ID ckhhdfhcoijmbejbeigjcjdfflnmeeje
URL Oficial https://chromewebstore.google.com/detail/notable/ckhhdfhcoijmbejbeigjcjdfflnmeeje
Descripción Sticky Notes and Note Taking Chrome Extension!
Tamaño del Archivo 711 KB
Cantidad de Instalaciones 733
Versión Actual 1.1
Última Actualización 2020-08-23
Fecha de Publicación 2020-08-18
Calificación 4.50/5 Total de 6 Calificaciones
Desarrollador Genuvo
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notable",
    "version": "1.1",
    "description": "Sticky Notes and Note Taking Chrome Extension!",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "images\/logo.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "48": "images\/logo.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/p5.js",
                "draw.js"
            ]
        }
    ],
    "manifest_version": 2
}