Google Developers - Always in English

Redirect Google Developers browser requests to the english version

Apa itu Google Developers - Always in English?

Google Developers - Always in English adalah ekstensi Chrome yang dikembangkan oleh http://thyngster.com, dan fitur utamanya adalah "Redirect Google Developers browser requests to the english version".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Google Developers - Always in English

Unduh file ekstensi Google Developers - Always in English dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Google Developers - Always in English Google Developers - Always in English
ID adefilgncmjmpcifkgolbocioahoimcc
URL Resmi https://chrome.google.com/webstore/detail/google-developers-always/adefilgncmjmpcifkgolbocioahoimcc
Deskripsi Redirect Google Developers browser requests to the english version
Ukuran File 5.11 KB
Jumlah Instalasi 51
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-08-28
Tanggal Publikasi 2019-08-28
Pengembang http://thyngster.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}