Recent history search

type 'recent' and then search only through recent history

Was ist Recent history search?

Recent history search ist eine Chrome-Erweiterung, die von spencermountain entwickelt wurde, und ihr Hauptmerkmal ist "type 'recent' and then search only through recent history".

Erweiterungsscreenshots

screenshot
screenshot

Recent history search-Erweiterungs-CRX-Datei herunterladen

Laden Sie Recent history search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Recent history search Recent history search
ID nfdldcdnbmcfbfcoljedibanidjdgjbf
Offizielle URL https://chromewebstore.google.com/detail/recent-history-search/nfdldcdnbmcfbfcoljedibanidjdgjbf
Beschreibung type 'recent' and then search only through recent history
Dateigröße 24.01 KB
Installationsanzahl 84
Aktuelle Version 1.1
Letztes Update 2014-04-20
Veröffentlichungsdatum 2014-04-20
Bewertung 2.00/5 Insgesamt 1 Bewertungen
Entwickler spencermountain
Zahlungsart free
Hilfeseite URL https://github.com/spencermountain/spencers-chrome-extensions/tree/master/recent
Unterstützte Sprachen 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
}