Take note

Quickly take note and record voice note

Cos'è Take note?

Take note è un'estensione di Chrome sviluppata da leetrunghoo, e la sua funzione principale è "Quickly take note and record voice note".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Take note

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

                        This extension helps to quickly take note or record your voice as a note. You can open it by keyboard shortcuts Alt+W.
Note: to use record function, you need to open the options page of the extension and check "Use recording feature", then allow your browser to use microphone.

If you have any comments, please contact me by email [email protected]

Thanks for your time :)

Change log:
1.2: fix bug can't record.
1.1: enhance code
1.0: first release! Ready for test :D                    

Informazioni di Base sull'Estensione

Nome Take note Take note
ID olehhaaggejlnmnbgkjcaphdikbfnlbl
URL Ufficiale https://chromewebstore.google.com/detail/take-note/olehhaaggejlnmnbgkjcaphdikbfnlbl
Descrizione Quickly take note and record voice note
Dimensione del File 370 KB
Conteggio Installazioni 576
Versione Corrente 1.2
Ultimo Aggiornamento 2015-08-24
Data di Pubblicazione 2015-08-24
Valutazione 4.31/5 Totale 13 Valutazioni
Sviluppatore leetrunghoo
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Take note",
    "description": "Quickly take note and record voice note",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon128.png",
        "32": "img\/icon128.png",
        "48": "img\/icon128.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    }
}