Google Developers - Always in English
Redirect Google Developers browser requests to the english version
Wat is Google Developers - Always in English?
Google Developers - Always in English is een Chrome-extensie ontwikkeld door http://thyngster.com, en de belangrijkste functie is "Redirect Google Developers browser requests to the english version".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Developers - Always in English
Download Google Developers - Always in English-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | adefilgncmjmpcifkgolbocioahoimcc |
Officiële URL | https://chrome.google.com/webstore/detail/google-developers-always/adefilgncmjmpcifkgolbocioahoimcc |
Beschrijving | Redirect Google Developers browser requests to the english version |
Bestandsgrootte | 5.11 KB |
Aantal Installaties | 51 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2019-08-28 |
Publicatiedatum | 2019-08-28 |
Ontwikkelaar | http://thyngster.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |