Search by Date
Search by Date
Qu'est-ce que Search by Date ?
Search by Date est une extension Chrome développée par stuymedova, et sa fonction principale est "Search by Date".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Search by Date
Téléchargez les fichiers d'extension Search by Date au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Search by Date |
ID | cdhckogdanaloniccgjgfjgngmgkelee |
URL Officiel | https://chromewebstore.google.com/detail/search-by-date/cdhckogdanaloniccgjgfjgngmgkelee |
Description | Search by Date |
Taille du Fichier | 449 KB |
Nombre d'Installations | 340 |
Version Actuelle | 2.2 |
Dernière Mise à Jour | 2022-10-05 |
Date de Publication | 2020-06-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | stuymedova |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/stuymedova/search-by-date |
Langues Prises en Charge | 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 } |