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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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