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 |
官方網址 | 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" } } |