NoteTaker

Take quick notes and save them without moving away from your browser!

Cos'è NoteTaker?

NoteTaker è un'estensione di Chrome sviluppata da Nehan Sikder, e la sua funzione principale è "Take quick notes and save them without moving away from your browser!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NoteTaker

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

                        Have your ever had to quickly take notes while browsing the internet? If so, you know the hassle of minimizing your browser, finding Word or some other text editor and waiting for it to load before you can start typing your note. Well now, there is a quicker, more convenient way of taking notes. Introducing QuickNotes, a chrome extension where by clicking the Notes button, you can get an Editor to create and save notes without ever having to leave your browser! Using Notes, you can also open and update previous notes!

Logo design - [email protected]                    

Informazioni di Base sull'Estensione

Nome NoteTaker NoteTaker
ID jedmfdadjflnlakpidicccpibkdfpeap
URL Ufficiale https://chromewebstore.google.com/detail/notetaker/jedmfdadjflnlakpidicccpibkdfpeap
Descrizione Take quick notes and save them without moving away from your browser!
Dimensione del File 394 KB
Conteggio Installazioni 1,015
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2017-01-15
Data di Pubblicazione 2017-01-15
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore Nehan Sikder
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NoteTaker",
    "description": "Take quick notes and save them without moving away from your browser!",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "logo3.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "FileSaver.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "FileSaver.js",
                "background.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}