Recent history search

type 'recent' and then search only through recent history

Hvad er Recent history search?

Recent history search er en Chrome-udvidelse udviklet af spencermountain, og dens hovedfunktion er "type 'recent' and then search only through recent history".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Recent history search-udvidelses-CRX-fil

Download Recent history 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

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Recent history search Recent history search
ID nfdldcdnbmcfbfcoljedibanidjdgjbf
Officiel URL https://chromewebstore.google.com/detail/recent-history-search/nfdldcdnbmcfbfcoljedibanidjdgjbf
Beskrivelse type 'recent' and then search only through recent history
Filstørrelse 24.01 KB
Antal Installationer 84
Nuværende Version 1.1
Senest Opdateret 2014-04-20
Udgivelsesdato 2014-04-20
Bedømmelse 2.00/5 Samlet 1 Bedømmelser
Udvikler spencermountain
Betalingsmetode free
Hjælpeside-URL https://github.com/spencermountain/spencers-chrome-extensions/tree/master/recent
Understøttede Sprog 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
}