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
官方網址 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"
    ]
}