excite's translation from context menu.
This is the extension which add Excite translation to a right-click menu.
excite's translation from context menu.とは何ですか?
excite's translation from context menu.はcloversearchによって開発されたChromeの拡張機能で、その主な機能は「This is the extension which add Excite translation to a right-click menu.」です。
拡張機能のスクリーンショット
excite's translation from context menu.拡張機能のCRXファイルをダウンロード
excite's translation from context menu.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
右クリックメニューにエキサイト翻訳を追加する拡張機能です。 ■使い方 ホームページ上のテキストをなぞって右クリック。 右クリックメニューの「エキサイト翻訳」をクリック。 エキサイト翻訳にジャンプします。 ■更新履歴 2012/10/2 新規に再公開
拡張機能の基本情報
名前 | excite's translation from context menu. |
ID | eekjepfmcakinlecaaecodjgfphcanlf |
公式URL | https://chromewebstore.google.com/detail/excites-translation-from/eekjepfmcakinlecaaecodjgfphcanlf |
説明 | This is the extension which add Excite translation to a right-click menu. |
ファイルサイズ | 32.2 KB |
インストール数 | 2,724 |
現在のバージョン | 1.0.5 |
最終更新日 | 2014-11-27 |
公開日 | 2014-11-26 |
評価 | 3.17/5 合計 6 レビュー |
開発者 | cloversearch |
支払い方法 | free |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.0.5", "description": "__MSG_extDescription__", "background": { "scripts": [ "excite.js" ] }, "web_accessible_resources": [ "images\/icon16.png", "images\/icon32.png", "images\/icon64.png", "images\/icon128.png" ], "content_security_policy": "script-src 'self' ; object-src 'self'", "permissions": [ "contextMenus" ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "default_locale": "ja" } |