Google Search Duration
Easily change the duration of google search
Wat is Google Search Duration?
Google Search Duration is een Chrome-extensie ontwikkeld door Jeril Sebastian, en de belangrijkste functie is "Easily change the duration of google search".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Search Duration
Download Google Search Duration-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | gohmpbncdcmfmkoceccbdfmpjbbclnpg |
| Officiële URL | https://chromewebstore.google.com/detail/google-search-duration/gohmpbncdcmfmkoceccbdfmpjbbclnpg |
| Beschrijving | Easily change the duration of google search |
| Bestandsgrootte | 9.7 KB |
| Aantal Installaties | 56 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2017-08-20 |
| Publicatiedatum | 2017-08-20 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Jeril Sebastian |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |