Bookmarker
Bookmarker is a simple Chrome extension to search bookmarks.
什麼是Bookmarker?
Bookmarker是由Mehdi Sadeghi開發的Chrome擴展程式,該擴展的主要功能是“Bookmarker is a simple Chrome extension to search bookmarks.”。
擴展截圖
下載Bookmarker擴展crx文件
下載Bookmarker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The omnibox is limited to only six search results, including the web and bookmarts. However, there is no way to explicitly search bookmarks. Bookmarker solves this problem. Type "bb" in the omnibox and start searching!
擴展基本資訊
名稱 | Bookmarker |
ID | dogmmdcflcflabibfbecmfgaaobifimo |
官方網址 | https://chromewebstore.google.com/detail/bookmarker/dogmmdcflcflabibfbecmfgaaobifimo |
簡介 | Bookmarker is a simple Chrome extension to search bookmarks. |
檔案大小 | 39.36 KB |
安裝次數 | 15 |
目前版本 | 0.4 |
更新時間 | 2017-04-08 |
上架時間 | 2017-04-08 |
評分 | 4.00/5 共 1 次評分 |
開發者 | Mehdi Sadeghi |
付費類型 | free |
擴展官網 | https://github.com/mehdisadeghi/bookmarker |
說明頁面URL | https://github.com/mehdisadeghi/bookmarker/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarker", "version": "0.4", "manifest_version": 2, "description": "Bookmarker is a simple Chrome extension to search bookmarks.", "omnibox": { "keyword": "bb" }, "permissions": [ "bookmarks" ], "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |