Google Search Quick Custom Ranges
Grants ability to add additional quick date range searches with google search.
什么是Google Search Quick Custom Ranges?
Google Search Quick Custom Ranges是由gitnix开发的Chrome扩展程序,该扩展的主要功能是“Grants ability to add additional quick date range searches with google search.”。
扩展截图
下载Google Search Quick Custom Ranges扩展crx文件
下载Google Search Quick Custom Ranges扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows additional quick date range searches to be added to google search. Can be a handy if you need recent results but find the gap between a month and a year to be too jarring!
扩展基本信息
名称 | |
ID | lambhmlkjmfghnccdpfnnlonmdghfipl |
官方URL | https://chrome.google.com/webstore/detail/google-search-quick-custo/lambhmlkjmfghnccdpfnnlonmdghfipl |
简介 | Grants ability to add additional quick date range searches with google search. |
文件大小 | 11.68 KB |
安装次数 | 17 |
当前版本 | 1.0.3 |
更新时间 | 2017-09-14 |
上架时间 | 2017-09-14 |
评分 | 1.00/5 共1次评分 |
开发者 | gitnix |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/gitnix/chrome-extension-google-search-custom-ranges |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Search Quick Custom Ranges", "version": "1.0.3", "description": "Grants ability to add additional quick date range searches with google search.", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "manifest_version": 2, "permissions": [ "storage" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search*" ], "js": [ "searchRanges.js" ] } ] } |