Search Bookmarks for Chrome
Easy find and open your bookmarks.
什麼是Search Bookmarks for Chrome?
Search Bookmarks for Chrome是由Bruno Basto開發的Chrome擴展程式,該擴展的主要功能是“Easy find and open your bookmarks.”。
擴展截圖
下載Search Bookmarks for Chrome擴展crx文件
下載Search Bookmarks for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to easily find and open any of your bookmarks. It provides an easy shortcut by default (Crt+E) that quickly opens the extension and you can start typing your query right away. This first version also features an easy way to navigate through search results using the navigation keys (up and down). After selecting the desired result entry, just hit the Enter key or click in the result to open it in a new tab. Future release will include sync with Social Bookmarks sites such as Delicious and Diigo and will also include a learning algorithm to show first the bookmarks you use more.
擴展基本資訊
名稱 | |
ID | fcncfhllkjppmmcjmlohajkafkbifldi |
官方網址 | https://chrome.google.com/webstore/detail/search-bookmarks-for-chro/fcncfhllkjppmmcjmlohajkafkbifldi |
簡介 | Easy find and open your bookmarks. |
檔案大小 | 23.41 KB |
安裝次數 | 104 |
目前版本 | 1.1.5 |
更新時間 | 2014-04-11 |
上架時間 | 2014-04-11 |
評分 | 5.00/5 共 4 次評分 |
開發者 | Bruno Basto |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Bookmarks for Chrome", "description": "Easy find and open your bookmarks.", "version": "1.1.5", "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+E", "mac": "MacCtrl+E" } } }, "permissions": [ "bookmarks", "tabs" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "search.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/yuicombo.appspot.com https:\/\/ssl.google-analytics.com; object-src 'self'" } |