Take note
Quickly take note and record voice note
Take noteとは何ですか?
Take noteはleetrunghooによって開発されたChromeの拡張機能で、その主な機能は「Quickly take note and record voice note」です。
拡張機能のスクリーンショット
Take note拡張機能のCRXファイルをダウンロード
Take note拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Take note |
ID | olehhaaggejlnmnbgkjcaphdikbfnlbl |
公式URL | https://chromewebstore.google.com/detail/take-note/olehhaaggejlnmnbgkjcaphdikbfnlbl |
説明 | Quickly take note and record voice note |
ファイルサイズ | 370 KB |
インストール数 | 576 |
現在のバージョン | 1.2 |
最終更新日 | 2015-08-24 |
公開日 | 2015-08-24 |
評価 | 4.31/5 合計 13 レビュー |
開発者 | leetrunghoo |
支払い方法 | free |
対応言語 | 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" } } } } |