Google Search Duration
Easily change the duration of google search
Vad är Google Search Duration?
Google Search Duration är en Chrome-tillägg utvecklad av Jeril Sebastian, och dess huvudfunktion är "Easily change the duration of google search".
Tilläggsskärmbilder
Ladda ner Google Search Duration-förlängningens CRX-fil
Ladda ner Google Search Duration-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Google Search Duration |
ID | gohmpbncdcmfmkoceccbdfmpjbbclnpg |
Officiell webbadress | https://chromewebstore.google.com/detail/google-search-duration/gohmpbncdcmfmkoceccbdfmpjbbclnpg |
Beskrivning | Easily change the duration of google search |
Filstorlek | 9.7 KB |
Antal Installationer | 56 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2017-08-20 |
Publiceringsdatum | 2017-08-20 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Jeril Sebastian |
Betalningssätt | free |
Stödda Språk | 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" ] } |