AnnoTabe
Leave annotations on tabs you want to get back to later
AnnoTabe là gì?
AnnoTabe là một tiện ích mở rộng Chrome được phát triển bởi Manish Goregaokar, và tính năng chính của nó là "Leave annotations on tabs you want to get back to later".
Ả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 AnnoTabe
Tải xuống các tệp mở rộng AnnoTabe 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
Sometimes one ends up with a lot of tabs, each of which has some unfinished task associated with it -- which is why the tab hasn't been closed. This extension lets one annotate tabs with extra information. This information can be associated with the particular tab (by unticking the "persist" option), or just the page URL. This is useful both for remembering why you had a tab open, and for recovering from crashes. The extension will have a yellow icon on tabs with annotations. One can also view a list of all the annotations, and go to the relevant tab directly from there. See http://softwarerecs.stackexchange.com/a/1913/19 for more information. Special thanks to @TildalWave for the icon!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AnnoTabe |
ID | fdhebnledngmjdkhgamneiapbmjeigee |
URL Chính Thức | https://chromewebstore.google.com/detail/annotabe/fdhebnledngmjdkhgamneiapbmjeigee |
Mô tả | Leave annotations on tabs you want to get back to later |
Kích Thước Tệp | 23.89 KB |
Số Lần Cài Đặt | 164 |
Phiên Bản Hiện Tại | 1.3.4 |
Cập Nhật Lần Cuối | 2015-04-29 |
Ngày Phát Hành | 2015-04-29 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Manish Goregaokar |
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": "AnnoTabe", "description": "Leave annotations on tabs you want to get back to later", "version": "1.3.4", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "icontildal19.png", "38": "icontildal19.png" }, "default_popup": "popup.html" }, "icons": { "16": "icontildalactive16.png", "48": "icontildalactive48.png", "128": "icontildalactive128.png" }, "incognito": "spanning" } |