Visual bookmarks
Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.
Visual bookmarks là gì?
Visual bookmarks là một tiện ích mở rộng Chrome được phát triển bởi ivan_k, và tính năng chính của nó là "Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.".
Ả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 Visual bookmarks
Tải xuống các tệp mở rộng Visual 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
The visual bookmarks page replaces the default new tab. Bookmarks page, includes searching, adding, editing, deleting and dragging bookmarks. The ability to generate thumbnails and use your own background image. Great possibility of customization and using your own styles. Ideas, questions and suggestions https://github.com/k-ivan/visual-bookmarks-chrome/discussions Bugs and future requests https://github.com/k-ivan/visual-bookmarks-chrome/issues
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Visual bookmarks |
ID | jdbgjlehkajddoapdgpdjmlpdalfnenf |
URL Chính Thức | https://chromewebstore.google.com/detail/visual-bookmarks/jdbgjlehkajddoapdgpdjmlpdalfnenf |
Mô tả | Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks. |
Kích Thước Tệp | 124 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 5.12.3 |
Cập Nhật Lần Cuối | 2024-01-13 |
Ngày Phát Hành | 2020-07-02 |
Đánh Giá | 4.53/5 Tổng số 308 Đánh Giá |
Nhà Phát Triển | ivan_k |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/k-ivan/visual-bookmarks-chrome |
Ngôn Ngữ Được Hỗ Trợ | en,hu,pl,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_ext_name__", "description": "__MSG_ext_desc__", "version": "5.12.3", "minimum_chrome_version": "95", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "options_page": "options.html", "action": { "default_title": "__MSG_default_title__" }, "permissions": [ "scripting", "background", "bookmarks", "storage", "unlimitedStorage", "tabs", "notifications", "contextMenus" ], "host_permissions": [ " |