Recent history search

type 'recent' and then search only through recent history

Cos'è Recent history search?

Recent history search è un'estensione di Chrome sviluppata da spencermountain, e la sua funzione principale è "type 'recent' and then search only through recent history".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Recent history search

Scarica i file di estensione Recent history 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

                        if you're looking for a page you've been to recently, you can type 'recent' in the taskbar and it returns only matches you've been to lately.

a nice way to filter down omnibar results, and i nice way to glance quickly at your browsing history.

type 'recent bbc' and see the bbc articles you've read today, etc                    

Informazioni di Base sull'Estensione

Nome Recent history search Recent history search
ID nfdldcdnbmcfbfcoljedibanidjdgjbf
URL Ufficiale https://chromewebstore.google.com/detail/recent-history-search/nfdldcdnbmcfbfcoljedibanidjdgjbf
Descrizione type 'recent' and then search only through recent history
Dimensione del File 24.01 KB
Conteggio Installazioni 84
Versione Corrente 1.1
Ultimo Aggiornamento 2014-04-20
Data di Pubblicazione 2014-04-20
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore spencermountain
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/spencermountain/spencers-chrome-extensions/tree/master/recent
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recent history search",
    "description": " type 'recent' and then search only through recent history",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "recent"
    },
    "permissions": [
        "history"
    ],
    "icons": {
        "16": "icon.png",
        "48": "tie48.png",
        "128": "tie128.png"
    },
    "manifest_version": 2
}