Chrome Bookmark Search
Use [CTRL] + [L] to search your bookmarks (a version of the omnibox only suggesting bookmarks). Also used on the New Tab page.
Chrome Bookmark Searchとは何ですか?
Chrome Bookmark SearchはPeppe L-Gによって開発されたChromeの拡張機能で、その主な機能は「Use [CTRL] + [L] to search your bookmarks (a version of the omnibox only suggesting bookmarks). Also used on the New Tab page.」です。
拡張機能のスクリーンショット
Chrome Bookmark Search拡張機能のCRXファイルをダウンロード
Chrome Bookmark Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension injects JavaScript code on every page you visit listening for you pressing [CTRL] + [L] on the keyboard. This keyboard combination usually moves the focus to the omnibox, but this extension instead shows a popup allowing you to search for your bookmarks (see screenshot). Why use this extension? At least I hate the way the omnibox works (suggests search history before your own bookmarks, which is stupid!), and this extension fix that by only searching your bookmarks, and not your search history. If you don't select a suggested bookmark you will simply search for the entered text on Google or go to the URL you have entered. This extension also overrides the New Tab page, so you can search for your bookmarks from there as well.
拡張機能の基本情報
名前 | Chrome Bookmark Search |
ID | naggokfijmbenljcdlajbaccepmihagc |
公式URL | https://chromewebstore.google.com/detail/chrome-bookmark-search/naggokfijmbenljcdlajbaccepmihagc |
説明 | Use [CTRL] + [L] to search your bookmarks (a version of the omnibox only suggesting bookmarks). Also used on the New Tab page. |
ファイルサイズ | 16.95 KB |
インストール数 | 1,774 |
現在のバージョン | 1.2.0 |
最終更新日 | 2019-02-08 |
公開日 | 2019-02-08 |
評価 | 4.00/5 合計 3 レビュー |
開発者 | Peppe L-G |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Bookmark Search", "version": "1.2.0", "description": "Use [CTRL] + [L] to search your bookmarks (a version of the omnibox only suggesting bookmarks). Also used on the New Tab page.", "manifest_version": 2, "permissions": [ "bookmarks" ], "background": { "scripts": [ "background-script.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |