Recent history search

type 'recent' and then search only through recent history

Recent history searchとは何ですか?

Recent history searchはspencermountainによって開発されたChromeの拡張機能で、その主な機能は「type 'recent' and then search only through recent history」です。

拡張機能のスクリーンショット

screenshot
screenshot

Recent history search拡張機能のCRXファイルをダウンロード

Recent history search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Recent history search Recent history search
ID nfdldcdnbmcfbfcoljedibanidjdgjbf
公式URL https://chromewebstore.google.com/detail/recent-history-search/nfdldcdnbmcfbfcoljedibanidjdgjbf
説明 type 'recent' and then search only through recent history
ファイルサイズ 24.01 KB
インストール数 84
現在のバージョン 1.1
最終更新日 2014-04-20
公開日 2014-04-20
評価 2.00/5 合計 1 レビュー
開発者 spencermountain
支払い方法 free
ヘルプページのURL https://github.com/spencermountain/spencers-chrome-extensions/tree/master/recent
対応言語 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
}