Bookmark Express
This extension displays a list of your bookmarks filtered by instant search. That's it.
Bookmark Expressとは何ですか?
Bookmark ExpressはEric Majerusによって開発されたChromeの拡張機能で、その主な機能は「This extension displays a list of your bookmarks filtered by instant search. That's it.」です。
拡張機能のスクリーンショット
Bookmark Express拡張機能のCRXファイルをダウンロード
Bookmark Express拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome's Omnibar only shows a few search results for bookmarks and there's no way to see more without going somewhere else. This solves that by letting you search your bookmarks and see all the results, along with full name, folder it's in, the URL and highlighted search hits. Searching is instant so you get immediate feedback on results. After searching, you can use the mouse or keyboard arrow keys to select a result and Enter key to open the highlighted bookmark. Issues for feature requests or help can be created at the project's GitHub page below: Source code: https://github.com/ackmanx/bookmark-express
拡張機能の基本情報
名前 | Bookmark Express |
ID | edgcdcdceojjbiebdbgmacecicaknjih |
公式URL | https://chromewebstore.google.com/detail/bookmark-express/edgcdcdceojjbiebdbgmacecicaknjih |
説明 | This extension displays a list of your bookmarks filtered by instant search. That's it. |
ファイルサイズ | 88.19 KB |
インストール数 | 927 |
現在のバージョン | 8.1 |
最終更新日 | 2019-04-06 |
公開日 | 2019-04-05 |
評価 | 4.70/5 合計 20 レビュー |
開発者 | Eric Majerus |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://bitbucket.org/ackmanx/bookmark-express/src |
ヘルプページのURL | https://bitbucket.org/ackmanx/bookmark-express/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark Express", "description": "This extension displays a list of your bookmarks filtered by instant search. That's it.", "version": "8.1", "browser_action": { "default_popup": "app\/popup.html" }, "background": { "page": "app\/bg.html" }, "permissions": [ "bookmarks", "chrome:\/\/favicon\/" ], "icons": { "48": "images\/app\/icon48.png", "128": "images\/app\/icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+L", "mac": "MacCtrl+Shift+L", "chromeos": "Ctrl+Shift+L", "linux": "Ctrl+Shift+L" } } } } |