Google date range search
Google date range search extension.
What is Google date range search?
Google date range search is a Chrome extension developed by ytakahashi, and its main feature is "Google date range search extension.".
Extension Screenshots
Download Google date range search Extension CRX File
Download Google date range search 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
Chrome extension to use custom date range in Google Search. searches in a preset date range - past hour/day/week/month/year searches in a custom date range - past n hour(s)/day(s)/week(s)/month(s)/year(s) searches in an arbitrary range - specify arbitrary range using calendar
Extension Basic Information
Name | Google date range search |
ID | olpllcgpnncabhakngjcmhiohijklafh |
Official URL | https://chromewebstore.google.com/detail/google-date-range-search/olpllcgpnncabhakngjcmhiohijklafh |
Description | Google date range search extension. |
File Size | 39.32 KB |
Installation Count | 144 |
Current Version | 1.2.0 |
Last Updated | 2023-08-11 |
Publish Date | 2020-08-14 |
Rating | 2.00/5 Total 4 Ratings |
Developer | ytakahashi |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ytakahashi/google-date-range-search |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google date range search", "version": "1.2.0", "description": "Google date range search extension.", "manifest_version": 3, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "declarativeContent", "storage", "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" } }, "background": { "service_worker": "script.js", "type": "module" }, "author": "ytakahashi", "homepage_url": "https:\/\/github.com\/ytakahashi\/google-date-range-search" } |