Language Tools

Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.

Language Toolsคืออะไร?

Language Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browsernative.com และคุณลักษณะหลักของมันคือ "Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button."

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

screenshot
screenshot
screenshot

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

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

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

                        Easily search selected text on Google Dictionary and PowerThesaurus. Translate selected text and web pages using Google Translate. 
Users can also set their preferred language to translate.

Extension by BrowserNative. Not created by or affiliated with Google or PowerThesaurus.com.                    

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

ชื่อ Language Tools Language Tools
ID ehaplickepiebdimlmbgecbbinldehgn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/language-tools/ehaplickepiebdimlmbgecbbinldehgn
คำอธิบาย Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.
ขนาดไฟล์ 8.94 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-11-27
วันที่เผยแพร่ 2022-02-15
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://browsernative.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://browsernative.com/language-tools/
URL หน้าช่วยเหลือ https://browsernative.com/language-tools/
URL หน้านโยบายความเป็นส่วนตัว https://browsernative.com/extensions-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Language Tools",
    "description": "Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.",
    "version": "1.1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "sw.js"
    },
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png",
            "48": "icons\/48.png"
        },
        "default_title": "Translate This Page"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "options_ui": {
        "page": "\/options\/options.html",
        "open_in_tab": true
    },
    "homepage_url": "https:\/\/browsernative.com\/language-tools\/"
}