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 |
| Eメール | [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",
" | |