Google Search Result Url Shortener
Cut the needless parameters in Google search result url.
Vad är Google Search Result Url Shortener?
Google Search Result Url Shortener är en Chrome-tillägg utvecklad av k.bigwheel (Kazufumi Nishida), och dess huvudfunktion är "Cut the needless parameters in Google search result url.".
Tilläggsskärmbilder
Ladda ner Google Search Result Url Shortener-förlängningens CRX-fil
Ladda ner Google Search Result Url Shortener-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
Cut the needless parameters in Google search result url. github: https://github.com/bigwheel/google-search-result-url-shortener
Grundläggande Information om Tillägg
Namn | Google Search Result Url Shortener |
ID | coigfbofeliglgkjaopaalfagoapncef |
Officiell webbadress | https://chromewebstore.google.com/detail/google-search-result-url/coigfbofeliglgkjaopaalfagoapncef |
Beskrivning | Cut the needless parameters in Google search result url. |
Filstorlek | 13.22 KB |
Antal Installationer | 298 |
Aktuell Version | 1.1.1 |
Senast Uppdaterad | 2012-08-11 |
Publiceringsdatum | 2012-08-10 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | k.bigwheel (Kazufumi Nishida) |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Search Result Url Shortener", "version": "1.1.1", "manifest_version": 2, "description": "Cut the needless parameters in Google search result url.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "page_action": { "default_icon": "icon48.png", "default_title": "Cut the needless parameters in Google search result url." } } |