Take note
Quickly take note and record voice note
Take note là gì?
Take note là một tiện ích mở rộng Chrome được phát triển bởi leetrunghoo, và tính năng chính của nó là "Quickly take note and record voice note".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Take note
Tải xuống các tệp mở rộng Take note dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Take note |
ID | olehhaaggejlnmnbgkjcaphdikbfnlbl |
URL Chính Thức | https://chromewebstore.google.com/detail/take-note/olehhaaggejlnmnbgkjcaphdikbfnlbl |
Mô tả | Quickly take note and record voice note |
Kích Thước Tệp | 370 KB |
Số Lần Cài Đặt | 576 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2015-08-24 |
Ngày Phát Hành | 2015-08-24 |
Đánh Giá | 4.31/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | leetrunghoo |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |