Omnibox Bookmark
Search your bookmarks and open them right from the omnibox!
什麼是Omnibox Bookmark?
Omnibox Bookmark是由Harshal Lele開發的Chrome擴展程式,該擴展的主要功能是“Search your bookmarks and open them right from the omnibox!”。
擴展截圖
下載Omnibox Bookmark擴展crx文件
下載Omnibox Bookmark擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Access your bookmarks through the omnibox by typing 'bkmrk' and the name of the bookmark. It searches both desktop and mobile bookmarks lets you navigate to them through the omnibox. Press Ctrl+B to bookmark the page that you are on. Press Ctrl+X to remove bookmark from active page. Any suggestions or constructive criticism is always appreciated!
擴展基本資訊
名稱 | Omnibox Bookmark |
ID | hahonbhmpdagcdgikajlcjdghicbffbf |
官方網址 | https://chromewebstore.google.com/detail/omnibox-bookmark/hahonbhmpdagcdgikajlcjdghicbffbf |
簡介 | Search your bookmarks and open them right from the omnibox! |
檔案大小 | 18.7 KB |
安裝次數 | 12 |
目前版本 | 0.3 |
更新時間 | 2015-04-14 |
上架時間 | 2015-04-13 |
開發者 | Harshal Lele |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omnibox Bookmark", "description": "Search your bookmarks and open them right from the omnibox!", "version": "0.3", "background": { "scripts": [ "Bookmarksearch.js" ] }, "commands": { "bookmark-active-page": { "suggested_key": { "windows": "Ctrl+B", "mac": "Command+B", "chromeos": "Ctrl+B", "linux": "Ctrl+B" }, "description": "Bookmark Active page" }, "Remove-bookmark-of-Active-page": { "suggested_key": { "windows": "Ctrl+X", "mac": "Command+X", "chromeos": "Ctrl+X", "linux": "Ctrl+X" }, "description": "Remove Bookmark from Active page" } }, "permissions": [ "tabs", "bookmarks", "notifications" ], "icons": { "16": "icon16trans.png", "19": "icon19trans.png", "38": "icon38trans.png", "48": "icon48trans.png", "128": "icon128trans.png" }, "omnibox": { "keyword": "bkmrk" } } |