Tasks and notes tab
Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers.
Tasks and notes tab là gì?
Tasks and notes tab là một tiện ích mở rộng Chrome được phát triển bởi gorhawk, và tính năng chính của nó là "Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers.".
Ả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 Tasks and notes tab
Tải xuống các tệp mở rộng Tasks and notes tab 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 will NOT replace your new tab. This is intentional. (You could not turn off this permission, but you can set your homepage manually to this extension) This extension uses no third party cloud storage. It stores all of the data in your Chrome's sync storage. This is tied to your Google account, and you can sync it across your browsers that use your Google account (eg. Chrome, Chromium) but nothing else. Upcoming features: - notes - some hotkeys - undo/redo - multiple task lists - unicode icon/emoji selector - storage usage indicator/settings (Chrome's sync storage is very limited) Source code: https://github.com/gorhawk/chrome-tasks-notes
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tasks and notes tab |
ID | hnpkfibfpjnliookebflfogcgmihcbkc |
URL Chính Thức | https://chromewebstore.google.com/detail/tasks-and-notes-tab/hnpkfibfpjnliookebflfogcgmihcbkc |
Mô tả | Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers. |
Kích Thước Tệp | 618 KB |
Số Lần Cài Đặt | 166 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2020-05-01 |
Ngày Phát Hành | 2020-05-01 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | gorhawk |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_applicationName__", "description": "__MSG_applicationDescription__", "version": "0.1.1", "default_locale": "en", "browser_action": { "default_icon": "assets\/img\/ic_check_black_24dp_2x.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |