Google Developers - Always in English

Redirect Google Developers browser requests to the english version

什么是Google Developers - Always in English?

Google Developers - Always in English是由http://thyngster.com开发的Chrome扩展程序,该扩展的主要功能是“Redirect Google Developers browser requests to the english version”。

扩展截图

screenshot

下载Google Developers - Always in English扩展crx文件

下载Google Developers - Always in English扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Google Developers - Always in English Google Developers - Always in English
ID adefilgncmjmpcifkgolbocioahoimcc
官方URL https://chrome.google.com/webstore/detail/google-developers-always/adefilgncmjmpcifkgolbocioahoimcc
简介 Redirect Google Developers browser requests to the english version
文件大小 5.11 KB
安装次数 51
当前版本 1.0.0
更新时间 2019-08-28
上架时间 2019-08-28
开发者 http://thyngster.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}