Google Developers - Always in English
Redirect Google Developers browser requests to the english version
What is Google Developers - Always in English?
Google Developers - Always in English is a Chrome extension developed by http://thyngster.com, and its main feature is "Redirect Google Developers browser requests to the english version".
Extension Screenshots
Download Google Developers - Always in English Extension CRX File
Download Google Developers - Always in English extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | adefilgncmjmpcifkgolbocioahoimcc |
Official URL | https://chrome.google.com/webstore/detail/google-developers-always/adefilgncmjmpcifkgolbocioahoimcc |
Description | Redirect Google Developers browser requests to the english version |
File Size | 5.11 KB |
Installation Count | 51 |
Current Version | 1.0.0 |
Last Updated | 2019-08-28 |
Publish Date | 2019-08-28 |
Developer | http://thyngster.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |