シンプル翻訳

英和/和英の翻訳機能と辞書、英語読み上げ機能がついたシンプルなデザインの翻訳アプリです。

What is シンプル翻訳?

シンプル翻訳 is a Chrome extension developed by hikarock, and its main feature is "英和/和英の翻訳機能と辞書、英語読み上げ機能がついたシンプルなデザインの翻訳アプリです。".

Extension Screenshots

screenshot
screenshot

Download シンプル翻訳 Extension CRX File

Download シンプル翻訳 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Version 2.0
* オプション画面で、Bing Application IDをユーザーが設定できるようになりました。
* アイコンを変更しました。
* 翻訳後のテキスト表示の不具合を修正しました。

Version 1.0
* Google AJAX Language APIの廃止に伴いMicrosoft Translator APIへ切り替えました。
* 英語読み上げ機能の追加。

Version 0.3
* ブラウザ上で選択したテキストを入力エリアに自動で表示するように変更しました。

Version 0.2
* デ辞蔵 APIを使用した英和/和英辞書機能がつきました。
* F9~F12に各ボタンのショートカットを割り当てました。

Version 0.1
* Google AJAX Language API で英語から日本語、または日本語から英語へ翻訳します。

---

ソースコード
https://github.com/hikarock/simple_honyaku                    

Extension Basic Information

Name シンプル翻訳 シンプル翻訳
ID pdnmkammncjnifdeclafllianknnoaif
Official URL https://chromewebstore.google.com/detail/%E3%82%B7%E3%83%B3%E3%83%97%E3%83%AB%E7%BF%BB%E8%A8%B3/pdnmkammncjnifdeclafllianknnoaif
Description 英和/和英の翻訳機能と辞書、英語読み上げ機能がついたシンプルなデザインの翻訳アプリです。
File Size 94.4 KB
Installation Count 9,699
Current Version 2.0
Last Updated 2014-02-19
Publish Date 2014-02-19
Rating 3.80/5 Total 49 Ratings
Developer hikarock
Payment Type free
Extension Website https://github.com/hikarock/simple_honyaku
Help Page URL https://github.com/hikarock/simple_honyaku
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30b7\u30f3\u30d7\u30eb\u7ffb\u8a33",
    "version": "2.0",
    "manifest_version": 2,
    "description": "\u82f1\u548c\/\u548c\u82f1\u306e\u7ffb\u8a33\u6a5f\u80fd\u3068\u8f9e\u66f8\u3001\u82f1\u8a9e\u8aad\u307f\u4e0a\u3052\u6a5f\u80fd\u304c\u3064\u3044\u305f\u30b7\u30f3\u30d7\u30eb\u306a\u30c7\u30b6\u30a4\u30f3\u306e\u7ffb\u8a33\u30a2\u30d7\u30ea\u3067\u3059\u3002",
    "icons": {
        "19": "img\/icon_19.png",
        "128": "img\/icon_128.png"
    },
    "options_page": "options_page.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon_19.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}