Translate Italian to English
Translate an Italian page to English
Translate Italian to Englishとは何ですか?
Translate Italian to Englishはportsaidalenbiによって開発されたChromeの拡張機能で、その主な機能は「Translate an Italian page to English」です。
拡張機能のスクリーンショット
Translate Italian to English拡張機能のCRXファイルをダウンロード
Translate Italian to English拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension enables you to quickly translate the page being viewed from Italian to English. Simply navigate to a page in Italian and select "Translate Italian to English" from the context menu.
拡張機能の基本情報
名前 | |
ID | ijlahccmdmhcnkhclomggcjibmhoffnh |
公式URL | https://chrome.google.com/webstore/detail/translate-italian-to-engl/ijlahccmdmhcnkhclomggcjibmhoffnh |
説明 | Translate an Italian page to English |
ファイルサイズ | 26.66 KB |
インストール数 | 3,560 |
現在のバージョン | 0.1 |
最終更新日 | 2013-12-22 |
公開日 | 2013-12-22 |
評価 | 3.00/5 合計 5 レビュー |
開発者 | portsaidalenbi |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Translate Italian to English", "description": "Translate an Italian page to English", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |