Take note

Quickly take note and record voice note

Was ist Take note?

Take note ist eine Chrome-Erweiterung, die von leetrunghoo entwickelt wurde, und ihr Hauptmerkmal ist "Quickly take note and record voice note".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Take note-Erweiterungs-CRX-Datei herunterladen

Laden Sie Take note-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Take note Take note
ID olehhaaggejlnmnbgkjcaphdikbfnlbl
Offizielle URL https://chromewebstore.google.com/detail/take-note/olehhaaggejlnmnbgkjcaphdikbfnlbl
Beschreibung Quickly take note and record voice note
Dateigröße 370 KB
Installationsanzahl 576
Aktuelle Version 1.2
Letztes Update 2015-08-24
Veröffentlichungsdatum 2015-08-24
Bewertung 4.31/5 Insgesamt 13 Bewertungen
Entwickler leetrunghoo
Zahlungsart free
Unterstützte Sprachen 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"
            }
        }
    }
}