Search by Date
Search by Date
O que é Search by Date?
Search by Date é uma extensão do Chrome desenvolvida por stuymedova, e sua principal característica é "Search by Date".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Search by Date
Baixe arquivos de extensão Search by Date 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
A tool which allows to customize search results by date. An efficient alternative to Chrome's "Tools ⟶ Any time ⟶ Custom range ⟶ From ⟶ To ⟶ Go" sequence. There are 4 ways to specify a date: 1. Date range – date:mm/dd/yyyy-mm/dd/yyyy 2. One day – date:mm/dd/yyyy 3. From (date) – date:mm/dd/yyyy- 4. Up to (date) – date:-mm/dd/yyyy Don't add spaces. Hereafter this information can be referenced through a popup (open it by clicking an extension icon displayed in the top right corner of the browser). Only United States date format (mm/dd/yyyy) is currently supported.
Informações Básicas da Extensão
Nome | Search by Date |
ID | cdhckogdanaloniccgjgfjgngmgkelee |
URL Oficial | https://chromewebstore.google.com/detail/search-by-date/cdhckogdanaloniccgjgfjgngmgkelee |
Descrição | Search by Date |
Tamanho do Arquivo | 449 KB |
Contagem de Instalações | 340 |
Versão Atual | 2.2 |
Última Atualização | 2022-10-05 |
Data de Publicação | 2020-06-22 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | stuymedova |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/stuymedova/search-by-date |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search by Date", "description": "Search by Date", "version": "2.2", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.google.com\/search?*" ], "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "manifest_version": 2 } |