Google Developers - Always in English
Redirect Google Developers browser requests to the english version
Vad är Google Developers - Always in English?
Google Developers - Always in English är en Chrome-tillägg utvecklad av http://thyngster.com, och dess huvudfunktion är "Redirect Google Developers browser requests to the english version".
Tilläggsskärmbilder
Ladda ner Google Developers - Always in English-förlängningens CRX-fil
Ladda ner Google Developers - Always in English-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
This extension will intercept requests to developers.google.com and redirect the user to the english version of the docs, in order to be sure that they get always the last updated version.
Grundläggande Information om Tillägg
Namn | |
ID | adefilgncmjmpcifkgolbocioahoimcc |
Officiell webbadress | https://chrome.google.com/webstore/detail/google-developers-always/adefilgncmjmpcifkgolbocioahoimcc |
Beskrivning | Redirect Google Developers browser requests to the english version |
Filstorlek | 5.11 KB |
Antal Installationer | 51 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2019-08-28 |
Publiceringsdatum | 2019-08-28 |
Utvecklare | http://thyngster.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Developers - Always in English", "description": "Redirect Google Developers browser requests to the english version", "version": "1.0.0", "icons": { "64": "icon64.png" }, "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "*:\/\/developers.google.com\/*", "webRequestBlocking" ] } |