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" } } |