easyWords

Translate it, faster and easier

什麼是easyWords?

easyWords是由sataniccrow開發的Chrome擴展程式,該擴展的主要功能是“Translate it, faster and easier”。

擴展截圖

screenshot

下載easyWords擴展crx文件

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

擴展使用說明

                        Translate what you want as fast as you can without leaving your page :)

...
This project is born as a simple chrome extension which aids in using the translation tool offered by Word Reference through its API. 

Before using the extension, the creation of a personal API KEY was mandatory; to create yours, you should go to the API registration page and create your own API_key (http://www.wordreference.com/docs/APIregistration.aspx).
Now this service has been shut down as well as the generation of API key.                    

擴展基本資訊

名稱 easyWords easyWords
ID faiilkphlbkfnjddbappbaahpmafhmbj
官方網址 https://chromewebstore.google.com/detail/easywords/faiilkphlbkfnjddbappbaahpmafhmbj
簡介 Translate it, faster and easier
檔案大小 101 KB
安裝次數 26
目前版本 1.4.9
更新時間 2021-10-19
上架時間 2018-04-05
評分 5.00/5 共 1 次評分
開發者 sataniccrow
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "grapx\/ghost.png",
        "default_popup": "html\/main.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-1.8.3.min.js",
                "js\/json2.js",
                "js\/api.js",
                "js\/trigger.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Translate it, faster and easier",
    "icons": {
        "128": "grapx\/ghost.png"
    },
    "manifest_version": 2,
    "name": "easyWords",
    "permissions": [
        "storage",
        ""
    ],
    "version": "1.4.9"
}