Google Developers - Always in English
Redirect Google Developers browser requests to the english version
Co je Google Developers - Always in English?
Google Developers - Always in English je rozšíření Chrome vyvinuté http://thyngster.com, a jeho hlavní funkcí je „Redirect Google Developers browser requests to the english version“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Google Developers - Always in English
Stáhněte si soubory rozšíření Google Developers - Always in English ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | adefilgncmjmpcifkgolbocioahoimcc |
Oficiální URL | https://chrome.google.com/webstore/detail/google-developers-always/adefilgncmjmpcifkgolbocioahoimcc |
Popis | Redirect Google Developers browser requests to the english version |
Velikost souboru | 5.11 KB |
Počet instalací | 51 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2019-08-28 |
Datum Vydání | 2019-08-28 |
Vývojář | http://thyngster.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |