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?
Open Bookmark Manager是由Chris Nicholson開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載Open Bookmark Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | oalceheiomajabalbakkoeiheiokhdbd |
官方網址 | https://chrome.google.com/webstore/detail/open-bookmark-manager/oalceheiomajabalbakkoeiheiokhdbd |
簡介 | Adds a button to quickly open the Bookmark Manager in a new tab, plus it supports keyboard shortcuts for even faster access. |
檔案大小 | 121 KB |
安裝次數 | 19,859 |
目前版本 | 1.3 |
更新時間 | 2012-10-08 |
上架時間 | 2012-10-08 |
評分 | 4.45/5 共 110 次評分 |
開發者 | Chris Nicholson |
付費類型 | free |
支援的語言 | 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" ] } |