Multitran search
Using Multitran to translate from English to Russian and back is easier now!!! Just select text and make the right click to call…
Multitran searchคืออะไร?
Multitran search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew Kozhokaru และคุณลักษณะหลักของมันคือ "Using Multitran to translate from English to Russian and back is easier now!!! Just select text and make the right click to call…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Multitran search
ดาวน์โหลดไฟล์ส่วนขยาย Multitran search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Using Multitran to translate from English to Russian and back is easier now!!! Just select text and make the right click to call the Multitran menu. Changelog: V 1.1.0 - Setup Google Analytics V 1.0.2 - Set focus on the input field (saves 1 click) V 1.0.1 - Remove unnecessary permissions request. V 1.0 - Add small window for a quick ad-hoc translation. Fix bug with Cyrillic URL encoding. V 0.0.2 - Apply fix to open a Chrome tab right after the active tab, but not in the end of the tab list. V 0.0.1 - First release.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Multitran search |
ID | liodijdhpofhickfkapkdifofgkeppad |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/multitran-search/liodijdhpofhickfkapkdifofgkeppad |
คำอธิบาย | Using Multitran to translate from English to Russian and back is easier now!!! Just select text and make the right click to call… |
ขนาดไฟล์ | 22.08 KB |
จำนวนการติดตั้ง | 1,331 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2017-02-21 |
วันที่เผยแพร่ | 2017-02-21 |
คะแนน | 4.64/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | Andrew Kozhokaru |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "name": "Multitran search", "version": "1.1.0", "manifest_version": 2, "permissions": [ "contextMenus" ], "background": { "page": "background.html" }, "icons": { "16": "16.png", "48": "128.png", "128": "128.png" }, "browser_action": { "default_title": "Multitran Search", "default_icon": "48.png", "default_popup": "popup.html" } } |