Chrome History Fuzzy Search

Fuzzy search across all you history

Cos'è Chrome History Fuzzy Search?

Chrome History Fuzzy Search è un'estensione di Chrome sviluppata da Moshe Zada, e la sua funzione principale è "Fuzzy search across all you history".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chrome History Fuzzy Search

Scarica i file di estensione Chrome History Fuzzy Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Chrome History Fuzzy Search Chrome History Fuzzy Search
ID eoifkcjmkbanbcllbnbnjohmajcjfanl
URL Ufficiale https://chromewebstore.google.com/detail/chrome-history-fuzzy-sear/eoifkcjmkbanbcllbnbnjohmajcjfanl
Descrizione Fuzzy search across all you history
Dimensione del File 3.14 MB
Conteggio Installazioni 119
Versione Corrente 0.0.2
Ultimo Aggiornamento 2016-06-03
Data di Pubblicazione 2016-06-03
Valutazione 3.80/5 Totale 5 Valutazioni
Sviluppatore Moshe Zada
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/MosheZada/chromeHistoryFuzz
Lingue Supportate 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"
    }
}