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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chris Nicholson และคุณลักษณะหลักของมันคือ "Adds a button to quickly open the Bookmark Manager in a new tab, plus it supports keyboard shortcuts for even faster access."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open Bookmark Manager

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Open Bookmark Manager Open Bookmark Manager
ID oalceheiomajabalbakkoeiheiokhdbd
URL อย่างเป็นทางการ 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"
    ]
}