Take note

Quickly take note and record voice note

Qu'est-ce que Take note ?

Take note est une extension Chrome développée par leetrunghoo, et sa fonction principale est "Quickly take note and record voice note".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Take note

Téléchargez les fichiers d'extension Take note au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Take note Take note
ID olehhaaggejlnmnbgkjcaphdikbfnlbl
URL Officiel https://chromewebstore.google.com/detail/take-note/olehhaaggejlnmnbgkjcaphdikbfnlbl
Description Quickly take note and record voice note
Taille du Fichier 370 KB
Nombre d'Installations 576
Version Actuelle 1.2
Dernière Mise à Jour 2015-08-24
Date de Publication 2015-08-24
Évaluation 4.31/5 Total 13 Évaluations
Développeur leetrunghoo
Type de Paiement free
Langues Prises en Charge 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"
            }
        }
    }
}