Search Bookmarks for Chrome
Easy find and open your bookmarks.
Search Bookmarks for Chrome là gì?
Search Bookmarks for Chrome là một tiện ích mở rộng Chrome được phát triển bởi Bruno Basto, và tính năng chính của nó là "Easy find and open your bookmarks.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Search Bookmarks for Chrome
Tải xuống các tệp mở rộng Search Bookmarks for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fcncfhllkjppmmcjmlohajkafkbifldi |
URL Chính Thức | https://chrome.google.com/webstore/detail/search-bookmarks-for-chro/fcncfhllkjppmmcjmlohajkafkbifldi |
Mô tả | Easy find and open your bookmarks. |
Kích Thước Tệp | 23.41 KB |
Số Lần Cài Đặt | 104 |
Phiên Bản Hiện Tại | 1.1.5 |
Cập Nhật Lần Cuối | 2014-04-11 |
Ngày Phát Hành | 2014-04-11 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Bruno Basto |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |