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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is the extension which add Excite translation to a right-click menu."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में excite's translation from context menu. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
右クリックメニューにエキサイト翻訳を追加する拡張機能です。 ■使い方 ホームページ上のテキストをなぞって右クリック。 右クリックメニューの「エキサイト翻訳」をクリック。 エキサイト翻訳にジャンプします。 ■更新履歴 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" } |