Super Translator
Traduce singole parole presenti nelle pagine web. E' sufficiente eseguire doppio click sulla parola da tradurre.
Super Translatorとは何ですか?
Super Translatorはmichelemilidoniによって開発されたChromeの拡張機能で、その主な機能は「Traduce singole parole presenti nelle pagine web. E' sufficiente eseguire doppio click sulla parola da tradurre.」です。
拡張機能のスクリーンショット
Super Translator拡張機能のCRXファイルをダウンロード
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" ] } ] } |