Open bookmark folder
To use, type 'ob' plus a folder name into the Omnibox.
什麼是Open bookmark folder?
Open bookmark folder是由Jan Schulz開發的Chrome擴展程式,該擴展的主要功能是“To use, type 'ob' plus a folder name into the Omnibox.”。
下載Open bookmark folder擴展crx文件
下載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). 擴展基本資訊
| 名稱 | |
| ID | clapomiagkdmpgjclehajclninkdnihd |
| 官方網址 | 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
} | |