Tab Notes
New note in every new tab. Capture thoughts faster.
Tab Notes là gì?
Tab Notes là một tiện ích mở rộng Chrome được phát triển bởi Maciej Szafraniec, và tính năng chính của nó là "New note in every new tab. Capture thoughts faster.".
Ả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 Tab Notes
Tải xuống các tệp mở rộng Tab Notes 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
Unlike other similar apps, this one allows you to keep more than one note. ✔ Different note in each tab, not the same note everywhere. ✔ (new!) Dark mode. ✔ Search all notes quickly. ✔ No permissions. No accounts. No motivational quotes. ✔ Offline & private. Notes never leave your computer. ✔ Lightweight & fast. Pure javascript, no bulky frameworks. ✔ Back up notes in text form in one click. ✔ Manage and open your notes from anywhere in Chrome. ✔ First line is the tab title. Favicon changes based on amount of text.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tab Notes |
ID | mhgiefelomcdfcdbknkkohpibdpbdhmo |
URL Chính Thức | https://chromewebstore.google.com/detail/tab-notes/mhgiefelomcdfcdbknkkohpibdpbdhmo |
Mô tả | New note in every new tab. Capture thoughts faster. |
Kích Thước Tệp | 116 KB |
Số Lần Cài Đặt | 6,175 |
Phiên Bản Hiện Tại | 0.8 |
Cập Nhật Lần Cuối | 2019-03-11 |
Ngày Phát Hành | 2019-03-11 |
Đánh Giá | 4.16/5 Tổng số 61 Đánh Giá |
Nhà Phát Triển | Maciej Szafraniec |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Notes", "description": "New note in every new tab. Capture thoughts faster.", "version": "0.8", "offline_enabled": true, "manifest_version": 2, "icons": { "16": "images\/notes_16.png", "128": "images\/icon_128.png" }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "browser_action": { "default_popup": "browser_action\/popup.html", "default_icon": { "16": "images\/notes_48.png" } }, "web_accessible_resources": [ "common\/notesStorage.js", "common\/settingsStorage.js" ] } |