Dr.eye Embedded Translation Plugin

The plugin provides full-text translation and selected-text translation, and assists Instant Translation in Chrome browser. This…

Dr.eye Embedded Translation Pluginคืออะไร?

Dr.eye Embedded Translation Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.dreye.com และคุณลักษณะหลักของมันคือ "The plugin provides full-text translation and selected-text translation, and assists Instant Translation in Chrome browser. This…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dr.eye Embedded Translation Plugin

ดาวน์โหลดไฟล์ส่วนขยาย Dr.eye Embedded Translation Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Enables Instant Translation & Full-text translation function with Chrome.
Are you still using the old version of Dr.eye? Upgrade now!

Only for Dr.eye X / Dr.eye X upgrade / Dr.eye 365 / Dr.eye PLUS PC                    

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

ชื่อ Dr.eye Embedded Translation Plugin Dr.eye Embedded Translation Plugin
ID bcbomnojalacmkgalembldegajchajdd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dreye-embedded-translatio/bcbomnojalacmkgalembldegajchajdd
คำอธิบาย The plugin provides full-text translation and selected-text translation, and assists Instant Translation in Chrome browser. This…
ขนาดไฟล์ 349 KB
จำนวนการติดตั้ง 51,920
เวอร์ชันปัจจุบัน 3.5
อัปเดตครั้งล่าสุด 2021-06-06
วันที่เผยแพร่ 2021-06-06
คะแนน 2.59/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา https://www.dreye.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://yun.dreye.com/service/index.php
URL หน้านโยบายความเป็นส่วนตัว http://www.dreye.com/privacy.php?dl=zh-tw
ภาษาที่รองรับ en,zh-CN,zh-TW,ja
manifest.json
{
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/DreyePlugin.js",
            "js\/DreyePlugin\/storage.js",
            "js\/DreyePlugin\/themes.js",
            "js\/DreyePlugin\/tabs.js",
            "js\/bg\/installation.js",
            "js\/bg\/reload_tab_local_settings.js",
            "js\/bg\/update_theme_changes.js",
            "js\/bg\/contextMenus.js",
            "js\/bg\/grabWord.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/48\/logo_48.png",
        "default_popup": "browser_action.html",
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "js": [
                "js\/position.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "zh_CN",
    "description": "__MSG_descriptStr__",
    "icons": {
        "128": "images\/128\/logo_128.png",
        "16": "images\/16\/logo_16.png",
        "19": "images\/19\/logo_19.png",
        "32": "images\/32\/logo_32.png",
        "48": "images\/48\/logo_48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhWRpdwDjrLpHUjh\/QcChZ7xfJ\/r0pJv1YPsvO8O+ZfTB18RuaLKaVJvUiHQE1Q39Utqc2IB+yl37L0Fh4mJtfe5adYhzc9EWvomGHjXQNH4WMC0k7SUH1zthrFlwNqOUVvjmJcTBYmv39z\/1zpSuH3hc\/4JNV3AZJWHxepE66WI+c2sN7dOwdeBi1j0\/1Tnbz9m3FE3aaIK3wWSyzq2R1+d6PulH8xYGy5b2fF5j0sOgNUKDuIWv7KIvxgaVnN\/T8ESW2OoL5ycPttDQQt2Q64eTUJ0fUVqCLcXprVvp3iwI8lhqRWCsTksJGoS\/NoaYyXVvoGQDDw\/QHa4lCGhhyQIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "nativeMessaging",
        "activeTab",
        "contextMenus",
        "background",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.5",
    "web_accessible_resources": [
        "images\/mark\/button-1.png",
        "images\/mark\/button-1-down.png",
        "images\/mark\/button-7-nor.png",
        "images\/mark\/button-7-down.png",
        "images\/mark\/button-8-nor.png",
        "images\/mark\/button-8-down.png",
        "images\/mark\/logo-2.png"
    ]
}