Chrome History Fuzzy Search

Fuzzy search across all you history

Hvad er Chrome History Fuzzy Search?

Chrome History Fuzzy Search er en Chrome-udvidelse udviklet af Moshe Zada, og dens hovedfunktion er "Fuzzy search across all you history".

Udvidelsesskærmbilleder

screenshot

Download Chrome History Fuzzy Search-udvidelses-CRX-fil

Download Chrome History Fuzzy Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Chrome History Fuzzy Search Chrome History Fuzzy Search
ID eoifkcjmkbanbcllbnbnjohmajcjfanl
Officiel URL https://chromewebstore.google.com/detail/chrome-history-fuzzy-sear/eoifkcjmkbanbcllbnbnjohmajcjfanl
Beskrivelse Fuzzy search across all you history
Filstørrelse 3.14 MB
Antal Installationer 119
Nuværende Version 0.0.2
Senest Opdateret 2016-06-03
Udgivelsesdato 2016-06-03
Bedømmelse 3.80/5 Samlet 5 Bedømmelser
Udvikler Moshe Zada
Betalingsmetode free
Udvidelseswebsted https://github.com/MosheZada/chromeHistoryFuzz
Understøttede Sprog 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"
    }
}