Tagged Bookmarks
A browser action with a popup dump of all bookmarks, including search, add, edit and delete.
Tagged Bookmarks là gì?
Tagged Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi paulshir, và tính năng chính của nó là "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.".
Tải xuống tệp CRX của tiện ích mở rộng Tagged Bookmarks
Tải xuống các tệp mở rộng Tagged Bookmarks 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
A simple extension that enables you to store and search for tags in your bookmarks. It works by adding extra metadata to your existing bookmarks so your tags are synced with your chrome bookmarks.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tagged Bookmarks |
ID | ifmjnildbmfokeoakbbhjebmiepcjgfc |
URL Chính Thức | https://chromewebstore.google.com/detail/tagged-bookmarks/ifmjnildbmfokeoakbbhjebmiepcjgfc |
Mô tả | A browser action with a popup dump of all bookmarks, including search, add, edit and delete. |
Kích Thước Tệp | 12.41 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2014-10-08 |
Ngày Phát Hành | 2014-10-08 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | paulshir |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tagged Bookmarks", "version": "0.1", "description": "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.", "permissions": [ "tabs", "bookmarks" ], "omnibox": { "keyword": "tags" }, "icons": { "16": "tag_16.png", "48": "tag_48.png", "128": "tag_128.png" }, "browser_action": { "default_title": "Tagged Bookmarks", "default_icon": "tag_16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |