Bookmark Express Next
This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.
Bookmark Express Next là gì?
Bookmark Express Next là một tiện ích mở rộng Chrome được phát triển bởi Eric Majerus, và tính năng chính của nó là "This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.".
Ả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 Bookmark Express Next
Tải xuống các tệp mở rộng Bookmark Express Next 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
This is a early access version of Bookmark Express extension. It allows you to preview what's coming up.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bookmark Express Next |
ID | enpmhceecilnohanegmppnlcoakjicho |
URL Chính Thức | https://chromewebstore.google.com/detail/bookmark-express-next/enpmhceecilnohanegmppnlcoakjicho |
Mô tả | This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too. |
Kích Thước Tệp | 623 KB |
Số Lần Cài Đặt | 87 |
Phiên Bản Hiện Tại | 9.3 |
Cập Nhật Lần Cuối | 2021-03-17 |
Ngày Phát Hành | 2021-03-02 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Eric Majerus |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark Express Next", "description": "This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.", "version": "9.3", "browser_action": { "default_popup": "index.html" }, "background": { "page": "background.html" }, "options_page": "index.html?page=options", "permissions": [ "activeTab", "bookmarks", "chrome:\/\/favicon\/", "storage" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+L", "mac": "MacCtrl+Shift+L", "chromeos": "Ctrl+Shift+L", "linux": "Ctrl+Shift+L" } } } } |