Recent history search

type 'recent' and then search only through recent history

What is Recent history search?

Recent history search is a Chrome extension developed by spencermountain, and its main feature is "type 'recent' and then search only through recent history".

Extension Screenshots

screenshot
screenshot

Download Recent history search Extension CRX File

Download Recent history search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Recent history search Recent history search
ID nfdldcdnbmcfbfcoljedibanidjdgjbf
Official URL https://chromewebstore.google.com/detail/recent-history-search/nfdldcdnbmcfbfcoljedibanidjdgjbf
Description type 'recent' and then search only through recent history
File Size 24.01 KB
Installation Count 84
Current Version 1.1
Last Updated 2014-04-20
Publish Date 2014-04-20
Rating 2.00/5 Total 1 Ratings
Developer spencermountain
Payment Type free
Help Page URL https://github.com/spencermountain/spencers-chrome-extensions/tree/master/recent
Supported Languages 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
}