Google date range search
Google date range search extension.
什么是Google date range search?
Google date range search是由ytakahashi开发的Chrome扩展程序,该扩展的主要功能是“Google date range search extension.”。
扩展截图
下载Google date range search扩展crx文件
下载Google date range search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Google date range search |
ID | olpllcgpnncabhakngjcmhiohijklafh |
官方URL | https://chromewebstore.google.com/detail/google-date-range-search/olpllcgpnncabhakngjcmhiohijklafh |
简介 | Google date range search extension. |
文件大小 | 39.32 KB |
安装次数 | 144 |
当前版本 | 1.2.0 |
更新时间 | 2023-08-11 |
上架时间 | 2020-08-14 |
评分 | 2.00/5 共4次评分 |
开发者 | ytakahashi |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/ytakahashi/google-date-range-search |
支持的语言 | 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" } |