Chrome History Fuzzy Search

Fuzzy search across all you history

What is Chrome History Fuzzy Search?

Chrome History Fuzzy Search is a Chrome extension developed by Moshe Zada, and its main feature is "Fuzzy search across all you history".

Extension Screenshots

screenshot

Download Chrome History Fuzzy Search Extension CRX File

Download Chrome History Fuzzy Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Access your history fast.
Use Cmd+K to open the search bar.
Choose page via arrows or by pressing Alt + {num}                    

Extension Basic Information

Name Chrome History Fuzzy Search Chrome History Fuzzy Search
ID eoifkcjmkbanbcllbnbnjohmajcjfanl
Official URL https://chromewebstore.google.com/detail/chrome-history-fuzzy-sear/eoifkcjmkbanbcllbnbnjohmajcjfanl
Description Fuzzy search across all you history
File Size 3.14 MB
Installation Count 119
Current Version 0.0.2
Last Updated 2016-06-03
Publish Date 2016-06-03
Rating 3.80/5 Total 5 Ratings
Developer Moshe Zada
Payment Type free
Extension Website https://github.com/MosheZada/chromeHistoryFuzz
Supported Languages 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"
    }
}