S¡D! Spanish Translator
Highlight and right click text to translate between Spanish and English using SpanishDict.com, Word Reference, and Google Translate.
S¡D! Spanish Translatorคืออะไร?
S¡D! Spanish Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Choral Chang และคุณลักษณะหลักของมันคือ "Highlight and right click text to translate between Spanish and English using SpanishDict.com, Word Reference, and Google Translate."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย S¡D! Spanish Translator
ดาวน์โหลดไฟล์ส่วนขยาย S¡D! Spanish Translator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Highlight and right click test to translate, conjugate, get examples, or look up a thesaurus using SpanishDict.com, WordRerefence.com, or Google Translate. Most Spanish translators use only Google Translator as their interpreter. Instead, S¡D! Spanish Translator uses SpanishDict.com and WordReference.com the Spanish translator resources most trusted by students and, most importantly, TEACHERS. For your convenience, we have included Google Translate as well. 1. Highlight the text you want to translate. 2. Right click the text to pull up the context menu (where copy and paste options are located). 3. Click on the option for S¡D! Spanish Translator. 4. Choose to translate, conjugate, find an example, or use a thesaurus. S¡D! Spanish Translator does not in any way track information from your computer except for creating a context menu option. Thank you for using S¡D! Spanish Translator! Email us with questions, comments, or general feedback at [email protected]. We appreciate feedback! Copyright note: S¡D! Spanish Translator does not endorse or is supported by any of the aforementioned websites.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | olkogjnfalogfcamnjpjjfnanakaggnk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/s%C2%A1d-spanish-translator/olkogjnfalogfcamnjpjjfnanakaggnk |
คำอธิบาย | Highlight and right click text to translate between Spanish and English using SpanishDict.com, Word Reference, and Google Translate. |
ขนาดไฟล์ | 12.53 KB |
จำนวนการติดตั้ง | 705 |
เวอร์ชันปัจจุบัน | 0.12.1 |
อัปเดตครั้งล่าสุด | 2021-12-17 |
วันที่เผยแพร่ | 2020-11-13 |
คะแนน | 4.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Choral Chang |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "S\u00a1D! Spanish Translator", "description": "Highlight and right click text to translate between Spanish and English using SpanishDict.com, Word Reference, and Google Translate.", "version": "0.12.1", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "contextMenus", "windows", "storage" ], "options_page": "options.html", "background": { "scripts": [ "locales.js", "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "icons": { "32": "images\/choral_search32.png", "48": "images\/choral_search48.png", "128": "images\/choral_search128.png" } } |