Google Search Duration
Easily change the duration of google search
Hvad er Google Search Duration?
Google Search Duration er en Chrome-udvidelse udviklet af Jeril Sebastian, og dens hovedfunktion er "Easily change the duration of google search".
Udvidelsesskærmbilleder
Download Google Search Duration-udvidelses-CRX-fil
Download Google Search Duration-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Google Search Duration |
ID | gohmpbncdcmfmkoceccbdfmpjbbclnpg |
Officiel URL | https://chromewebstore.google.com/detail/google-search-duration/gohmpbncdcmfmkoceccbdfmpjbbclnpg |
Beskrivelse | Easily change the duration of google search |
Filstørrelse | 9.7 KB |
Antal Installationer | 56 |
Nuværende Version | 1.1 |
Senest Opdateret | 2017-08-20 |
Udgivelsesdato | 2017-08-20 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Jeril Sebastian |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |