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. هو إضافة Chrome تم تطويرها بواسطة cloversearch، والميزة الرئيسية لها هي "This is the extension which add Excite translation to a right-click menu.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة excite's translation from context menu.
قم بتنزيل ملفات الامتداد excite's translation from context menu. بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } |