Super Translator
Traduce singole parole presenti nelle pagine web. E' sufficiente eseguire doppio click sulla parola da tradurre.
Super Translatorคืออะไร?
Super Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย michelemilidoni และคุณลักษณะหลักของมันคือ "Traduce singole parole presenti nelle pagine web. E' sufficiente eseguire doppio click sulla parola da tradurre."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Super Translator
ดาวน์โหลดไฟล์ส่วนขยาย Super Translator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Attualmente è supportata la traduzione da inglese ad italiana. This extension translates words with double click on texts of web pages. It uses Glosbe (glosbe.com) API to translate words. Actually, only english to italian translation is supported.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fomolpbbegfcbpglnbdacjedhlglnobj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/super-translator/fomolpbbegfcbpglnbdacjedhlglnobj |
คำอธิบาย | Traduce singole parole presenti nelle pagine web. E' sufficiente eseguire doppio click sulla parola da tradurre. |
ขนาดไฟล์ | 64.49 KB |
จำนวนการติดตั้ง | 69 |
เวอร์ชันปัจจุบัน | 0.2.1 |
อัปเดตครั้งล่าสุด | 2014-05-23 |
วันที่เผยแพร่ | 2014-05-23 |
คะแนน | 2.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | michelemilidoni |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mmilidoni/supertranslator-chrome-extension |
URL หน้าช่วยเหลือ | https://github.com/mmilidoni/supertranslator-chrome-extension/issues |
ภาษาที่รองรับ | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super Translator", "version": "0.2.1", "manifest_version": 2, "description": "Traduce singole parole presenti nelle pagine web. E' sufficiente eseguire doppio click sulla parola da tradurre.", "icons": { "16": "dictionary16.png", "48": "dictionary48.png", "128": "dictionary.png" }, "permissions": [ "http:\/\/glosbe.com\/gapi\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "actions.js" ], "css": [ "style.css" ] } ] } |