NextWord Translate

Translate and new word reminder, work best with NextWord Browser & translate, find it on Google play.

NextWord Translateคืออะไร?

NextWord Translate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NextWord Browser & Translate และคุณลักษณะหลักของมันคือ "Translate and new word reminder, work best with NextWord Browser & translate, find it on Google play."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This translation extension is designed for the language learners. It will speed up your reading speed and improve your vocabulary with  your interest.

The main feature:
- Support 50+ languages : with Dictionary / Translation
- Read with confidence: Dictionary & Translation help you  read more conveniently when you are surfing
- Easy to review: Easy to find out the history, definition and usage of the searched words& context from Word & Translation history
- Sync from cloud: all your phrase - books from different sources united at one place.                    

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

ชื่อ NextWord Translate NextWord Translate
ID afbcjojgpfbbblimegohoifbnfolhnjc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nextword-translate/afbcjojgpfbbblimegohoifbnfolhnjc
คำอธิบาย Translate and new word reminder, work best with NextWord Browser & translate, find it on Google play.
ขนาดไฟล์ 277 KB
จำนวนการติดตั้ง 59
เวอร์ชันปัจจุบัน 1.0.17
อัปเดตครั้งล่าสุด 2021-08-14
วันที่เผยแพร่ 2020-12-28
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา NextWord Browser & Translate
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://nextword.me/privacy-policy.html
ภาษาที่รองรับ id,de,en,fr,nl,vi,tr,ca,da,et,es,hr,it,pl,pt-BR,ro,cs,ru,hi,th,ar,zh-CN,ja,ko
manifest.json
{
    "name": "NextWord Translate",
    "description": "Translate and new word reminder, work best with NextWord Browser & translate, find it on Google play.",
    "version": "1.0.17",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "res\/images\/icon.png",
        "32": "res\/images\/icon.png",
        "48": "res\/images\/icon.png",
        "64": "res\/images\/icon.png",
        "128": "res\/images\/icon.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "bookmarks",
        "cookies",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "src\/css\/content.css"
            ],
            "js": [
                "src\/lib\/jquery.js",
                "src\/lib\/jquery.highlight.js",
                "res\/js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "pages\/background.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; style-src 'self'; img-src 'self' *; object-src 'self'",
    "browser_action": {
        "default_icon": "res\/images\/icon.png",
        "default_title": "Word Translation",
        "default_popup": "pages\/popup.html"
    },
    "web_accessible_resources": [
        "res\/images\/icon.png",
        "res\/images\/logo.png",
        "res\/images\/voice.png",
        "res\/images\/voice1.png",
        "res\/images\/voice2.png",
        "res\/images\/voice3.png",
        "res\/images\/down.png",
        "res\/images\/translate.png"
    ],
    "homepage_url": "https:\/\/nextword.me",
    "omnibox": {
        "keyword": "mb"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}