Open bookmark folder

To use, type 'ob' plus a folder name into the Omnibox.

Open bookmark folderคืออะไร?

Open bookmark folder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jan Schulz และคุณลักษณะหลักของมันคือ "To use, type 'ob' plus a folder name into the Omnibox."

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

ดาวน์โหลดไฟล์ส่วนขยาย Open bookmark folder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension lets you open all links in a bookmark folder by typing "ob " into the address bar (Chromes "omnibox"). 

It is a replacement for Operas folder nicknames.

To change the identifier ("ob" per default), go to the option page and follow the instructions (or see this stackoverflow question: http://stackoverflow.com/a/18219395/1380673).                    

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

ชื่อ Open bookmark folder Open bookmark folder
ID clapomiagkdmpgjclehajclninkdnihd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/open-bookmark-folder/clapomiagkdmpgjclehajclninkdnihd
คำอธิบาย To use, type 'ob' plus a folder name into the Omnibox.
ขนาดไฟล์ 22.91 KB
จำนวนการติดตั้ง 236
เวอร์ชันปัจจุบัน 0.9
อัปเดตครั้งล่าสุด 2014-08-28
วันที่เผยแพร่ 2014-08-28
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Jan Schulz
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/JanSchulz/openbookmarks-chrome
URL หน้าช่วยเหลือ https://github.com/JanSchulz/openbookmarks-chrome
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open bookmark folder",
    "description": "To use, type 'ob' plus a folder name into the Omnibox. ",
    "version": "0.9",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "bookmarks"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "ob"
    },
    "manifest_version": 2
}