Translation Disabler for eBay

Disables automatic machine translation in eBay France, Italy and Spain sites, and shows the original titles for items.

Translation Disabler for eBayคืออะไร?

Translation Disabler for eBay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eduard Ereza และคุณลักษณะหลักของมันคือ "Disables automatic machine translation in eBay France, Italy and Spain sites, and shows the original titles for items."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Translation Disabler for eBay

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

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

                        This extension disables automatic machine translation in eBay France, Italy and Spain sites, and shows the original titles for items instead of the translated ones. This does not apply to any other eBay sites, since they don't have machine translation enabled.

The extension has been tested with the listings, item detail and watch list pages.

If you find any bug or have any other suggestion, please let me know.

This is open-source software, feel free to improve it at: https://github.com/Ereza/TranslationDisablerForEbay                    

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

ชื่อ Translation Disabler for eBay Translation Disabler for eBay
ID nblmoonpiilkcfcckhhdaijolankohkj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/translation-disabler-for/nblmoonpiilkcfcckhhdaijolankohkj
คำอธิบาย Disables automatic machine translation in eBay France, Italy and Spain sites, and shows the original titles for items.
ขนาดไฟล์ 15.01 KB
จำนวนการติดตั้ง 1,059
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2015-08-05
วันที่เผยแพร่ 2015-08-05
คะแนน 4.32/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา Eduard Ereza
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Ereza/TranslationDisablerForEbay
ภาษาที่รองรับ en,fr,ca,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "1.0.3",
    "default_locale": "en",
    "permissions": [
        "*:\/\/*.ebay.es\/*",
        "*:\/\/*.ebay.fr\/*",
        "*:\/\/*.ebay.it\/*"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ebay.es\/*",
                "*:\/\/*.ebay.fr\/*",
                "*:\/\/*.ebay.it\/*"
            ],
            "js": [
                "untranslate.js"
            ],
            "run_at": "document_end"
        }
    ]
}