Twitter Plus Deepl
Twitter + Deepl = No Language Gap
Twitter Plus Deeplคืออะไร?
Twitter Plus Deepl เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://deepext.com และคุณลักษณะหลักของมันคือ "Twitter + Deepl = No Language Gap"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Plus Deepl
ดาวน์โหลดไฟล์ส่วนขยาย Twitter Plus Deepl ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
One click to translate all your tweet into your language, use DeepL.com and Google translator. ✊ Features 👉 1. Click the browser icon, the high scored tweets will be translated by DeepL and append in your tweet. 🚀 2. CLICK to show the translated tweet provided by Google Translator. 🏝 Last Updates: 0.3.1 one-click to comment by translated content. 0.3.2 context menu to translate ✊ Let's make twitter into single language app, and have fun!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | iopfpnglacobbnilbfgebjikkhjlcpkm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/twitter-plus-deepl/iopfpnglacobbnilbfgebjikkhjlcpkm |
คำอธิบาย | Twitter + Deepl = No Language Gap |
ขนาดไฟล์ | 758 KB |
จำนวนการติดตั้ง | 640 |
เวอร์ชันปัจจุบัน | 0.3.2 |
อัปเดตครั้งล่าสุด | 2021-08-15 |
วันที่เผยแพร่ | 2021-06-30 |
คะแนน | 3.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | http://deepext.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://deepext.com/twitter-plus-deepl |
URL หน้าช่วยเหลือ | https://deepext.com/twitter-plus-deepl |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Plus Deepl", "version": "0.3.2", "description": "Twitter + Deepl = No Language Gap", "browser_action": { "default_title": "Twitter + Deepl = Single Language" }, "content_scripts": [ { "js": [ "content\/static\/js\/main.js" ], "matches": [ "https:\/\/*.twitter.com\/*", "https:\/\/*.deepext.com\/*" ] } ], "options_ui": { "chrome_style": false, "page": "popup\/index.html" }, "icons": { "16": "popup\/tpd-16.png", "48": "popup\/tpd-48.png", "128": "popup\/tpd-128.png" }, "background": { "page": "bg.html", "persistent": false }, "web_accessible_resources": [ "assets\/*", "popup\/index.html" ], "permissions": [ "storage", "cookies", "contextMenus", "https:\/\/deepext.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/*.googleapis.com 'unsafe-eval'; object-src 'self'; connect-src https:\/\/deepext.com\/ http:\/\/*.googleapis.com\/ https:\/\/ssl.google-analytics.com\/; style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data: https:;" } |