Recent history search

type 'recent' and then search only through recent history

Что такое Recent history search?

Recent history search - это расширение Chrome, разработанное spencermountain, и его основная функция - "type 'recent' and then search only through recent history".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Recent history search

Скачайте файлы расширений 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
}