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 |
| 官方網址 | 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"
]
} | |