Set Search Time

Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.

Что такое Set Search Time?

Set Search Time - это расширение Chrome, разработанное codedotreload, и его основная функция - "Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.".

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

screenshot
screenshot

Скачать файл CRX расширения Set Search Time

Скачайте файлы расширений Set Search Time в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Use this extension to google search from your address bar or google website and limit results to the specified time period (defaults to the past year).  This avoids outdated results and prevents you from having to click "search tools" and then choosing the time period you want.                    

Основная информация о расширении

Название Set Search Time Set Search Time
ID ehinebikndjplmoodmblgnnchhcfcijc
Официальный URL https://chrome.google.com/webstore/detail/set-search-time/ehinebikndjplmoodmblgnnchhcfcijc
Описание Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.
Размер файла 19.93 KB
Количество установок 121
Текущая Версия 1.0.0
Последнее Обновление 2015-08-02
Дата публикации 2015-08-02
Рейтинг 2.11/5 Всего 9 оценок
Разработчик codedotreload
Тип оплаты free
Официальный сайт расширения http://codereload.atwebpages.com/chrome-extensions/set-search-time/
URL страницы помощи http://codereload.atwebpages.com/chrome-extensions/set-search-time/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Set Search Time",
    "short_name": "Search Time",
    "version": "1.0.0",
    "description": "Always Google search using time filtering to produce recent results.  Options: past hour, 24 hours, week, month, and year.",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_title": "Set Search Time Options",
        "default_popup": "options.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "setsearchtime.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}