Notable

Sticky Notes and Note Taking Chrome Extension!

Cos'è Notable?

Notable è un'estensione di Chrome sviluppata da Genuvo, e la sua funzione principale è "Sticky Notes and Note Taking Chrome Extension!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Notable

Scarica i file di estensione Notable in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Notable Notable
ID ckhhdfhcoijmbejbeigjcjdfflnmeeje
URL Ufficiale https://chromewebstore.google.com/detail/notable/ckhhdfhcoijmbejbeigjcjdfflnmeeje
Descrizione Sticky Notes and Note Taking Chrome Extension!
Dimensione del File 711 KB
Conteggio Installazioni 733
Versione Corrente 1.1
Ultimo Aggiornamento 2020-08-23
Data di Pubblicazione 2020-08-18
Valutazione 4.50/5 Totale 6 Valutazioni
Sviluppatore Genuvo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}