Custom Bookmarks
Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later…
Custom Bookmarks là gì?
Custom Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi evil.bot3000, và tính năng chính của nó là "Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a 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 Custom Bookmarks
Tải xuống các tệp mở rộng Custom 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
Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later stage more actions will be added, like delete, drag & drop bookmarks to folders, and more views.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Custom Bookmarks |
ID | bkhmiabadbepbmipplmhadmhpobofmgj |
URL Chính Thức | https://chromewebstore.google.com/detail/custom-bookmarks/bkhmiabadbepbmipplmhadmhpobofmgj |
Mô tả | Custom Bookmarks - is a visualization experiment for chrome bookmarks that allows you to use different views and search. At a later… |
Kích Thước Tệp | 483 KB |
Số Lần Cài Đặt | 126 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2016-05-25 |
Ngày Phát Hành | 2016-05-13 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | evil.bot3000 |
[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", "name": "Custom Bookmarks", "version": "0.1", "manifest_version": 2, "icons": { "128": "build\/icons\/icon128.png" }, "chrome_url_overrides": { "bookmarks": "bookmarks.html" }, "permissions": [ "bookmarks" ], "background": { "scripts": [ "build\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Custom Bookmarks" } } |