Simple Notetaking

Just a simple plugin to take notes directly in your browser.

Cos'è Simple Notetaking?

Simple Notetaking è un'estensione di Chrome sviluppata da Rafael Almeida, e la sua funzione principale è "Just a simple plugin to take notes directly in your browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Simple Notetaking

Scarica i file di estensione Simple Notetaking 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

                                            

Informazioni di Base sull'Estensione

Nome Simple Notetaking Simple Notetaking
ID mkpcjcpfmgbnbnjjpkdlndjaaenbegpm
URL Ufficiale https://chromewebstore.google.com/detail/simple-notetaking/mkpcjcpfmgbnbnjjpkdlndjaaenbegpm
Descrizione Just a simple plugin to take notes directly in your browser.
Dimensione del File 40.92 KB
Conteggio Installazioni 139
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-02-09
Data di Pubblicazione 2016-02-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Rafael Almeida
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Notetaking",
    "description": "Just a simple plugin to take notes directly in your browser.",
    "version": "1.0.0",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        },
        "default_title": "Simple Notetaking",
        "default_popup": "views\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}