Google™ Search with Language Range

Search in Google with lanaguage you choose.

ما هو Google™ Search with Language Range؟

Google™ Search with Language Range هو إضافة Chrome تم تطويرها بواسطة zoroaster909، والميزة الرئيسية لها هي "Search in Google with lanaguage you choose.".

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

screenshot

تحميل ملف CRX للإضافة Google™ Search with Language Range

قم بتنزيل ملفات الامتداد Google™ Search with Language Range بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Just one click on browser action icon to select a language, and result pages from Google Search will be in your selected language! Save steps instead of changing it in Google Search settings.

一鍵設定好Google搜尋結果的語言範圍,省下複雜的設定步驟!                    

معلومات أساسية عن التمديد

الاسم Google™ Search with Language Range Google™ Search with Language Range
ID fgmckmbejhgjokoceblcilmhpgehfgkf
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-search-with-langua/fgmckmbejhgjokoceblcilmhpgehfgkf
الوصف Search in Google with lanaguage you choose.
حجم الملف 13.98 KB
عدد التثبيتات 164
النسخة الحالية 0.1.4
آخر تحديث 2021-03-24
تاريخ النشر 2020-06-28
تقييم 4.83/5 مجموع تقييمات 6
المطور zoroaster909
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/zoroaster00/Search-with-Language-Range-Extension
عنوان صفحة المساعدة https://github.com/zoroaster00/Search-with-Language-Range-Extension
اللغات المدعومة en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "0.1.4",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.google.com\/search?*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}