easyWords
Translate it, faster and easier
什么是easyWords?
easyWords是由sataniccrow开发的Chrome扩展程序,该扩展的主要功能是“Translate it, faster and easier”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| ID | faiilkphlbkfnjddbappbaahpmafhmbj |
| 官方URL | 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",
" | |