Set Search Time

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

O que é Set Search Time?

Set Search Time é uma extensão do Chrome desenvolvida por codedotreload, e sua principal característica é "Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Set Search Time

Baixe arquivos de extensão Set Search Time no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Set Search Time Set Search Time
ID ehinebikndjplmoodmblgnnchhcfcijc
URL Oficial https://chrome.google.com/webstore/detail/set-search-time/ehinebikndjplmoodmblgnnchhcfcijc
Descrição Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.
Tamanho do Arquivo 19.93 KB
Contagem de Instalações 121
Versão Atual 1.0.0
Última Atualização 2015-08-02
Data de Publicação 2015-08-02
Classificação 2.11/5 Total de 9 Avaliações
Desenvolvedor codedotreload
Tipo de Pagamento free
Site da Extensão http://codereload.atwebpages.com/chrome-extensions/set-search-time/
URL da Página de Ajuda http://codereload.atwebpages.com/chrome-extensions/set-search-time/
Idiomas Suportados 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"
    }
}