DeepL Translator Plus
This plugin enables fast translations using deepl.com.
DeepL Translator Plusคืออะไร?
DeepL Translator Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sapkra และคุณลักษณะหลักของมันคือ "This plugin enables fast translations using deepl.com."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DeepL Translator Plus
ดาวน์โหลดไฟล์ส่วนขยาย DeepL Translator Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features: - Automatically translate selected text - Restore last translated text - Hide cookie consent if accepted on deepl.com - Hide header to only show translator - Options page to configure default languages - Entry in context menu to translate selected text Contributions welcome on GitHub! https://github.com/sapkra/deepl-chrome-extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | oaifgiocjahpndddpenihgnoccbmkghe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/deepl-translator-plus/oaifgiocjahpndddpenihgnoccbmkghe |
คำอธิบาย | This plugin enables fast translations using deepl.com. |
ขนาดไฟล์ | 34.42 KB |
จำนวนการติดตั้ง | 4,000 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2020-11-11 |
วันที่เผยแพร่ | 2020-11-10 |
คะแนน | 2.91/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | sapkra |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/sapkra/deepl-chrome-extension |
URL หน้าช่วยเหลือ | https://github.com/sapkra/deepl-chrome-extension/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DeepL Translator Plus", "description": "This plugin enables fast translations using deepl.com.", "version": "1.1.0", "page_action": { "default_popup": "popup.html", "defaut_icon": "icon.png" }, "background": { "scripts": [ "helpers.js", "background.js" ], "persistent": false }, "options_page": "options.html", "icons": { "128": "icon.png" }, "permissions": [ "activeTab", "storage", "cookies", "contextMenus", "declarativeContent", "https:\/\/*.deepl.com\/" ] } |