Quickmarks
Simply type 'b {keyword}' in omnibox to open bookmark in current tab.
什麼是Quickmarks?
Quickmarks是由https://www.wangyizhuo.com開發的Chrome擴展程式,該擴展的主要功能是“Simply type 'b {keyword}' in omnibox to open bookmark in current tab.”。
擴展截圖
下載Quickmarks擴展crx文件
下載Quickmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A extension to open bookmark with keyword in omnibox like what you did in Firefox. Simply type 'b {keyword}' to open the bookmark in current tab. - Simply type 'b {keyword}' to open bookmark in current tab. - Type anything to search your bookmarks. - Just press 'Enter' to open the first one in the list. - Fully compatible with SiteLauncher's keyword. - Bookmarklet is supported transparently. NOTE: It is recommended to setup a keyword to enjoy the full convenience brought to you by Quickmarks. To set keyword, append [{keyword}] your bookmark title. For example, change 'Facebook' to 'Facebook [b]' will assign keyword b to Facebook. Just type 'b f' in omnibox to open Facebook. Option page to configure keywords will be coming soon. For any bug reports or feature request, please add to my project at google code, http://code.google.com/p/quick-marks/issues/list Please enjoy. NOTE: v0.4 has improved bookmarklet support by using content scripting. You do not need to enable popup anymore. NOTE: Quickmarks might be broken in dev channel. If that happens, please try to delete your profile and try again. Sorry for the inconvenience.
擴展基本資訊
名稱 | Quickmarks |
ID | piefpokhpcehbeelhohgcnbipnfkogig |
官方網址 | https://chromewebstore.google.com/detail/quickmarks/piefpokhpcehbeelhohgcnbipnfkogig |
簡介 | Simply type 'b {keyword}' in omnibox to open bookmark in current tab. |
檔案大小 | 20.36 KB |
安裝次數 | 1,173 |
目前版本 | 0.92 |
更新時間 | 2015-02-11 |
上架時間 | 2015-02-11 |
評分 | 4.47/5 共 43 次評分 |
開發者 | https://www.wangyizhuo.com |
付費類型 | free |
擴展官網 | http://code.google.com/p/quick-marks/ |
說明頁面URL | http://code.google.com/p/quick-marks/w/list |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quickmarks", "version": "0.92", "manifest_version": 2, "description": "Simply type 'b {keyword}' in omnibox to open bookmark in current tab.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "page": "background.html" }, "omnibox": { "keyword": "b" }, "permissions": [ "bookmarks", "tabs", " |