Add links to change languages on Google™

In order to add links, specify the languages in the option page.

ما هو Add links to change languages on Google™؟

Add links to change languages on Google™ هو إضافة Chrome تم تطويرها بواسطة https://satomacoto.blogspot.com، والميزة الرئيسية لها هي "In order to add links, specify the languages in the option page.".

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

screenshot

تحميل ملف CRX للإضافة Add links to change languages on Google™

قم بتنزيل ملفات الامتداد Add links to change languages on Google™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        In order to add links, specify the languages in the option page.                    

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

الاسم Add links to change languages on Google™ Add links to change languages on Google™
ID eemleifbnibgnoifdjohpchdemidjibj
عنوان URL الرسمي https://chromewebstore.google.com/detail/add-links-to-change-langu/eemleifbnibgnoifdjohpchdemidjibj
الوصف In order to add links, specify the languages in the option page.
حجم الملف 51.56 KB
عدد التثبيتات 10,000
النسخة الحالية 0.3
آخر تحديث 2020-12-20
تاريخ النشر 2012-12-11
تقييم 4.08/5 مجموع تقييمات 60
المطور https://satomacoto.blogspot.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add links to change languages on Google\u2122",
    "version": "0.3",
    "default_locale": "en",
    "description": "",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "script.js"
            ],
            "matches": [
                ""
            ],
            "include_globs": [
                "*:\/\/*www.google*\/search*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "page_action": {
        "default_icon": "icon-19.png",
        "default_popup": "options.html"
    }
}