WordReference Translator

Chrome extension to allow quick access to www.wordreference.com.

WordReference Translatorคืออะไร?

WordReference Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย spassaro และคุณลักษณะหลักของมันคือ "Chrome extension to allow quick access to www.wordreference.com."

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

screenshot

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

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

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

                        Translate a word by:
    - Double clicking it and then clicking on the floating link.
    - Selecting the text to translate and using the context menu.
Support for the following languages:
    - English
    - Spanish
    - French
    - Portuguese
    - Italian
Settings page to change languages accessible from extensions list or by context menu.                    

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

ชื่อ WordReference Translator WordReference Translator
ID cheajkjbaknihaobmnjmbphjphoahhlp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wordreference-translator/cheajkjbaknihaobmnjmbphjphoahhlp
คำอธิบาย Chrome extension to allow quick access to www.wordreference.com.
ขนาดไฟล์ 19.35 KB
จำนวนการติดตั้ง 789
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2018-02-10
วันที่เผยแพร่ 2018-02-09
ผู้พัฒนา spassaro
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordReference Translator",
    "version": "1.0.5",
    "author": "Sebasti\u00e1n Passaro",
    "description": "Chrome extension to allow quick access to www.wordreference.com.",
    "homepage_url": "https:\/\/github.com\/spassarop\/wrtranslator\/tree\/refactor\/chrome",
    "icons": {
        "16": "icons\/wr-icon-16.png",
        "48": "icons\/wr-icon-48.png",
        "128": "icons\/wr-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "wrtranslator.js"
            ],
            "css": [
                "wrtranslator.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/wr-icon-16.png",
        "default_title": "www.wordreference.com"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "default_locale": "en"
}