Chrome History Fuzzy Search
Fuzzy search across all you history
Chrome History Fuzzy Searchとは何ですか?
Chrome History Fuzzy SearchはMoshe Zadaによって開発されたChromeの拡張機能で、その主な機能は「Fuzzy search across all you history」です。
拡張機能のスクリーンショット
Chrome History Fuzzy Search拡張機能のCRXファイルをダウンロード
Chrome History Fuzzy Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Access your history fast. Use Cmd+K to open the search bar. Choose page via arrows or by pressing Alt + {num}
拡張機能の基本情報
名前 | Chrome History Fuzzy Search |
ID | eoifkcjmkbanbcllbnbnjohmajcjfanl |
公式URL | https://chromewebstore.google.com/detail/chrome-history-fuzzy-sear/eoifkcjmkbanbcllbnbnjohmajcjfanl |
説明 | Fuzzy search across all you history |
ファイルサイズ | 3.14 MB |
インストール数 | 119 |
現在のバージョン | 0.0.2 |
最終更新日 | 2016-06-03 |
公開日 | 2016-06-03 |
評価 | 3.80/5 合計 5 レビュー |
開発者 | Moshe Zada |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/MosheZada/chromeHistoryFuzz |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome History Fuzzy Search", "version": "0.0.2", "manifest_version": 2, "description": "Fuzzy search across all you history", "options_page": "html\/options.html", "permissions": [ "history", "storage", "chrome:\/\/favicon\/" ], "background": { "scripts": [ "js\/background.js" ] }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+K", "mac": "Command+K", "default": "Ctrl+K" } } }, "browser_action": { "default_popup": "html\/index.html", "default_icon": "images\/H4.png" } } |