Exclude lang_ja

Set lang_en to google search results with just one click.

Exclude lang_jaคืออะไร?

Exclude lang_ja เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fitzr และคุณลักษณะหลักของมันคือ "Set lang_en to google search results with just one click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Exclude lang_ja

ดาวน์โหลดไฟล์ส่วนขยาย Exclude lang_ja ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Set lang_en to google search results with just one click.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Exclude lang_ja Exclude lang_ja
ID dehkcdieahficpfmihhbdpnjmoicbemm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/exclude-langja/dehkcdieahficpfmihhbdpnjmoicbemm
คำอธิบาย Set lang_en to google search results with just one click.
ขนาดไฟล์ 10.22 KB
จำนวนการติดตั้ง 372
เวอร์ชันปัจจุบัน 1.4.0
อัปเดตครั้งล่าสุด 2023-12-11
วันที่เผยแพร่ 2021-03-20
ผู้พัฒนา fitzr
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/fitzr/chrome-ex-exclude-ja
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Exclude lang_ja",
    "version": "1.4.0",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "Exclude ja"
    },
    "default_locale": "ja",
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "author": "fitzr",
    "background": {
        "service_worker": "background-worker.js"
    },
    "permissions": [
        "tabs"
    ],
    "homepage_url": "https:\/\/github.com\/fitzr\/chrome-ex-exclude-ja"
}