Take note
Quickly take note and record voice note
¿Qué es Take note?
Take note es una extensión de Chrome desarrollada por leetrunghoo, y su función principal es "Quickly take note and record voice note".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Take note
Descarga archivos de extensión Take note en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Take note |
ID | olehhaaggejlnmnbgkjcaphdikbfnlbl |
URL Oficial | https://chromewebstore.google.com/detail/take-note/olehhaaggejlnmnbgkjcaphdikbfnlbl |
Descripción | Quickly take note and record voice note |
Tamaño del Archivo | 370 KB |
Cantidad de Instalaciones | 576 |
Versión Actual | 1.2 |
Última Actualización | 2015-08-24 |
Fecha de Publicación | 2015-08-24 |
Calificación | 4.31/5 Total de 13 Calificaciones |
Desarrollador | leetrunghoo |
Tipo de Pago | free |
Idiomas Soportados | 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" } } } } |