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是由Andrew Kozhokaru開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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" } } |