EduKoala

With this plugin you are able to translate vocabulary by double-clicking a vocabulary on a webpage

什麼是EduKoala?

EduKoala是由EduKoala開發的Chrome擴展程式,該擴展的主要功能是“With this plugin you are able to translate vocabulary by double-clicking a vocabulary on a webpage”。

擴展截圖

screenshot

下載EduKoala擴展crx文件

下載EduKoala擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        EduKoala Plugin for Chrome enables users to translate vocabulary whenever they surf through the Internet. Solution is extremely easy, with double click you get a translation from Google Translate.

If you are also an EduKoala App user you are able to add vocabulary with one additional click and learn words you don't know on your smartphone

Our products helps to learn many languages like English, Spanish, Dutch, German, French, Spanish, Russian, Polish, Finnish, Norway, Portuguese and many others                    

擴展基本資訊

名稱 EduKoala EduKoala
ID mpgjcbaiookjnbpjmlbdpfhggngehmjp
官方網址 https://chromewebstore.google.com/detail/edukoala/mpgjcbaiookjnbpjmlbdpfhggngehmjp
簡介 With this plugin you are able to translate vocabulary by double-clicking a vocabulary on a webpage
檔案大小 368 KB
安裝次數 50
目前版本 1.0.1
更新時間 2013-01-18
上架時間 2013-01-18
評分 5.00/5 共 3 次評分
開發者 EduKoala
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EduKoala",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "With this plugin you are able to translate vocabulary by double-clicking a vocabulary on a webpage",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon2.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "CoreFunctions.js",
                "FunctionsOutsideGTranslator.js",
                "Core.js",
                "CoreLing.js",
                "OutsideGTranslator.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "style.css",
        "images\/edu_grafiki_v2_03.jpg",
        "images\/edu_grafiki_v2_07.png",
        "images\/edu_grafiki_v2_09.jpg",
        "images\/edu_grafiki_v2_11.jpg",
        "images\/edu_grafiki_v2_18.jpg",
        "images\/edu_grafiki_v2_22.png"
    ],
    "permissions": [
        "http:\/\/www.beta.educoala.com\/*",
        "http:\/\/www.edukoala.com\/*",
        "storage"
    ]
}