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