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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย excite's translation from context menu.

ดาวน์โหลดไฟล์ส่วนขยาย excite's translation from context menu. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        右クリックメニューにエキサイト翻訳を追加する拡張機能です。

■使い方
ホームページ上のテキストをなぞって右クリック。
右クリックメニューの「エキサイト翻訳」をクリック。
エキサイト翻訳にジャンプします。

■更新履歴
2012/10/2 新規に再公開                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ excite's translation from context menu. 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"
}