Google Developers - Always in English

Redirect Google Developers browser requests to the english version

ما هو Google Developers - Always in English؟

Google Developers - Always in English هو إضافة Chrome تم تطويرها بواسطة http://thyngster.com، والميزة الرئيسية لها هي "Redirect Google Developers browser requests to the english version".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google Developers - Always in English

قم بتنزيل ملفات الامتداد Google Developers - Always in English بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}