Bookmark Search
This extension allows you to directly access your bookmarks by name
Bookmark Searchとは何ですか?
Bookmark SearchはSpencer Andersonによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to directly access your bookmarks by name」です。
拡張機能のスクリーンショット
Bookmark Search拡張機能のCRXファイルをダウンロード
Bookmark Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enjoy using your keyboard? Feeling frustrated as you swing your mouse around, trying to find a bookmark hidden deep within the underbelly of your chrome installation? Then try this extension out. Quickly access bookmarks by name by simply typing "mrk" (Short for mark) followed by the name of the bookmark you are searching for. Use your bookmarks as shortcuts to your most frequented sites.
拡張機能の基本情報
名前 | Bookmark Search |
ID | jbfdkekecbfaikenlmmapondfplejaje |
公式URL | https://chromewebstore.google.com/detail/bookmark-search/jbfdkekecbfaikenlmmapondfplejaje |
説明 | This extension allows you to directly access your bookmarks by name |
ファイルサイズ | 9.04 KB |
インストール数 | 30 |
現在のバージョン | 1.0 |
最終更新日 | 2016-04-22 |
公開日 | 2016-04-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Spencer Anderson |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark Search", "description": "This extension allows you to directly access your bookmarks by name", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "omnibox": { "keyword": "mrk" }, "background": { "scripts": [ "app.js" ] }, "permissions": [ "tabs", "bookmarks" ] } |