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是由Eduard Ereza開發的Chrome擴展程式,該擴展的主要功能是“Disables automatic machine translation in eBay France, Italy and Spain sites, and shows the original titles for items.”。

擴展截圖

screenshot

下載Translation Disabler for eBay擴展crx文件

下載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
官方網址 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"
        }
    ]
}