Google Search Duration
Easily change the duration of google search
什么是Google Search Duration?
Google Search Duration是由Jeril Sebastian开发的Chrome扩展程序,该扩展的主要功能是“Easily change the duration of google search”。
扩展截图
下载Google Search Duration扩展crx文件
下载Google Search Duration扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easily filter results of Google search by time range. Doing so in the default search results requires quite a few clicks. This plugin does that in just 2 clicks.
- Simple and lightweight
- No permissions required 扩展基本信息
| 名称 | |
| ID | gohmpbncdcmfmkoceccbdfmpjbbclnpg |
| 官方URL | https://chromewebstore.google.com/detail/google-search-duration/gohmpbncdcmfmkoceccbdfmpjbbclnpg |
| 简介 | Easily change the duration of google search |
| 文件大小 | 9.7 KB |
| 安装次数 | 56 |
| 当前版本 | 1.1 |
| 更新时间 | 2017-08-20 |
| 上架时间 | 2017-08-20 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | Jeril Sebastian |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Google Search Duration",
"description": "Easily change the duration of google search",
"version": "1.1",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"page_action": {
"default_icon": "icon48.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"declarativeContent"
]
} | |