Open Bookmark Manager
Adds a button to quickly open the Bookmark Manager in a new tab, plus it supports keyboard shortcuts for even faster access.
Open Bookmark Manager là gì?
Open Bookmark Manager là một tiện ích mở rộng Chrome được phát triển bởi Chris Nicholson, và tính năng chính của nó là "Adds a button to quickly open the Bookmark Manager in a new tab, plus it supports keyboard shortcuts for even faster access.".
Ả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 Open Bookmark Manager
Tải xuống các tệp mở rộng Open Bookmark Manager 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 very simple extension which provides a quick way to open the Bookmarks Manager in a new tab, simply by pressing the icon. Faster than going through Settings > Bookmarks > Bookmark Manager. Updated to now explain how keyboard shortcuts can be set up to work with the extension, allowing for Ctrl + B to open the Bookmark Manager (or any other shortcut for that matter!) v1.3 Updated the options page to include instructions on setting up keyboard shortcuts and generally look a bit nicer. v1.2 Removed an unnecessary permission request. v1.1: An options page has been added which allows the user to specify a default bookmarks folder to open. v1.0: Initial Release.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oalceheiomajabalbakkoeiheiokhdbd |
URL Chính Thức | https://chrome.google.com/webstore/detail/open-bookmark-manager/oalceheiomajabalbakkoeiheiokhdbd |
Mô tả | Adds a button to quickly open the Bookmark Manager in a new tab, plus it supports keyboard shortcuts for even faster access. |
Kích Thước Tệp | 121 KB |
Số Lần Cài Đặt | 19,859 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2012-10-08 |
Ngày Phát Hành | 2012-10-08 |
Đánh Giá | 4.45/5 Tổng số 110 Đánh Giá |
Nhà Phát Triển | Chris Nicholson |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Bookmark Manager", "version": "1.3", "manifest_version": 2, "description": "Adds a button to quickly open the Bookmark Manager in a new tab, plus it supports keyboard shortcuts for even faster access.", "browser_action": { "default_icon": "icon_19x19.png", "48": "icon_48x48.png" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "permissions": [ "tabs" ] } |