Translate Selected Text

Translate selected text with Google Translate

Translate Selected Textคืออะไร?

Translate Selected Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adrià Vilanova Martínez (avm99963) และคุณลักษณะหลักของมันคือ "Translate selected text with Google Translate"

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

screenshot
screenshot
screenshot

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

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

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

                        This extension allows you to translate the text selection using Google Translate whenever you want.

When the extension is installed select some text from a website, right click and select to which language you want to translate the selected text.

** FAQ: **
Q: Why choose this extension and not another one?
A: I designed this extension so that it didn't prompt the user for permissions. This way the final user knows that the extension doesn't have the permission to access the content of web pages and monitor the user activity on the Internet (other extensions of this type prompt for this permission). This extension has access only to the content of the selected text when the user clicks the extension context menu and it is used to create a Google Translate app with the text autocompleted.

You can configure from the options page which languages you want to show in the context menu.

** Open Source **
This extension is now open sourced! You can check out the source code, contribute, and fill in bugs in the GitHub repository: https://github.com/avm99963/translateselectedtext

** Bugs **
Please, report any bugs or feature suggestions here: https://github.com/avm99963/translateselectedtext/issues

** Note **
Google Translate is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.

** Beta version**
As this extension has so many users I've decided to upload a Beta version of the extension to the Chrome Web Store so I can test it before uploading any update to the stable version! This way I can make sure the stable version of the extension is 100% bug-free.

If you want to test the bleeding edge of this extension before everybody else, join the Google Group and download the extension (there may be bugs, you've been warned):
* Google Group: https://groups.google.com/forum/#!forum/gtranslator-beta
* Translate Selected Text (Beta): https://chrome.google.com/webstore/detail/translate-selected-text-b/pckjhlclhnnhdadoockkhgfkceeljnkg

** Changelog **
Changelog available in the following website: https://github.com/avm99963/translateselectedtext/wiki/Changelog

** Credits **
https://github.com/avm99963/translateselectedtext/wiki/Credits                    

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

ชื่อ Translate Selected Text Translate Selected Text
ID fbimffnjoeobhjhochngikepgfejjmgj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/translate-selected-text/fbimffnjoeobhjhochngikepgfejjmgj
คำอธิบาย Translate selected text with Google Translate
ขนาดไฟล์ 1.16 MB
จำนวนการติดตั้ง 151,678
เวอร์ชันปัจจุบัน 2.0.1-stable
อัปเดตครั้งล่าสุด 2022-11-21
วันที่เผยแพร่ 2016-06-26
คะแนน 3.81/5 รวมทั้งหมด 765 คะแนน
ผู้พัฒนา Adrià Vilanova Martínez (avm99963)
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gerrit.avm99963.com/plugins/gitiles/translateselectedtext/
URL หน้าช่วยเหลือ https://iavm.xyz/b/translateselectedtext
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vQqZVpbT2k8U1tn1PdmDaAWnfMpLFIIeAAxiN-J-p7atXSPhhjVemIe5z5TgyT7llpgq1OAitP1TXB5/pub
ภาษาที่รองรับ id,de,en,fil,fr,nl,tr,ca,et,es,hr,it,hu,pl,pt-BR,pt-PT,ro,sk,sl,cs,bg,ru,uk,fa,hi,bn,am-ET,ar,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "author": "Adri\u00e0 Vilanova Mart\u00ednez (@avm99963)",
    "homepage_url": "https:\/\/gerrit.avm99963.com\/plugins\/gitiles\/translateselectedtext\/",
    "version": "2.0.1",
    "version_name": "2.0.1-stable",
    "permissions": [
        "contextMenus",
        "storage",
        "notifications"
    ],
    "icons": {
        "16": "icons\/translate-16.png",
        "32": "icons\/translate-32.png",
        "64": "icons\/translate-64.png",
        "128": "icons\/translate-128.png",
        "256": "icons\/translate-256.png"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "browser_action": [],
    "default_locale": "en",
    "minimum_chrome_version": "86.0.4198.0"
}