Bookmarker
Bookmarker is a simple Chrome extension to search bookmarks.
Bookmarkerとは何ですか?
BookmarkerはMehdi Sadeghiによって開発されたChromeの拡張機能で、その主な機能は「Bookmarker is a simple Chrome extension to search bookmarks.」です。
拡張機能のスクリーンショット
Bookmarker拡張機能のCRXファイルをダウンロード
Bookmarker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The omnibox is limited to only six search results, including the web and bookmarts. However, there is no way to explicitly search bookmarks. Bookmarker solves this problem. Type "bb" in the omnibox and start searching!
拡張機能の基本情報
名前 | Bookmarker |
ID | dogmmdcflcflabibfbecmfgaaobifimo |
公式URL | https://chromewebstore.google.com/detail/bookmarker/dogmmdcflcflabibfbecmfgaaobifimo |
説明 | Bookmarker is a simple Chrome extension to search bookmarks. |
ファイルサイズ | 39.36 KB |
インストール数 | 15 |
現在のバージョン | 0.4 |
最終更新日 | 2017-04-08 |
公開日 | 2017-04-08 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | Mehdi Sadeghi |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/mehdisadeghi/bookmarker |
ヘルプページのURL | https://github.com/mehdisadeghi/bookmarker/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarker", "version": "0.4", "manifest_version": 2, "description": "Bookmarker is a simple Chrome extension to search bookmarks.", "omnibox": { "keyword": "bb" }, "permissions": [ "bookmarks" ], "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |