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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}