Search by Date
Search by Date
What is Search by Date?
Search by Date is a Chrome extension developed by stuymedova, and its main feature is "Search by Date".
Extension Screenshots
Download Search by Date Extension CRX File
Download Search by Date extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Search by Date |
ID | cdhckogdanaloniccgjgfjgngmgkelee |
Official URL | https://chromewebstore.google.com/detail/search-by-date/cdhckogdanaloniccgjgfjgngmgkelee |
Description | Search by Date |
File Size | 449 KB |
Installation Count | 340 |
Current Version | 2.2 |
Last Updated | 2022-10-05 |
Publish Date | 2020-06-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | stuymedova |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/stuymedova/search-by-date |
Supported Languages | 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 } |