エンジニア翻訳

プログラマーのための翻訳ツール

What is エンジニア翻訳?

エンジニア翻訳 is a Chrome extension developed by kamiya555, and its main feature is "プログラマーのための翻訳ツール".

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

                        プログラマーのための翻訳ツールです。
日本語の文章から、変数名やメソッド名などの翻訳のお手伝いをします。

【変更履歴】

0.0.6
アプリアップデート後の不具合修正

0.0.5
テーマ変更機能を追加                    

Extension Basic Information

Name エンジニア翻訳 エンジニア翻訳
ID fhfnmpgkjjmoehjfcmalkllgedlenlcm
Official URL https://chromewebstore.google.com/detail/%E3%82%A8%E3%83%B3%E3%82%B8%E3%83%8B%E3%82%A2%E7%BF%BB%E8%A8%B3/fhfnmpgkjjmoehjfcmalkllgedlenlcm
Description プログラマーのための翻訳ツール
File Size 227 KB
Installation Count 25
Current Version 0.0.6
Last Updated 2016-12-16
Publish Date 2016-12-16
Rating 5.00/5 Total 1 Ratings
Developer kamiya555
Payment Type free
Extension Website https://github.com/kamiya555/translate
Help Page URL https://github.com/kamiya555/translate/issues
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30a8\u30f3\u30b8\u30cb\u30a2\u7ffb\u8a33",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "\u30d7\u30ed\u30b0\u30e9\u30de\u30fc\u306e\u305f\u3081\u306e\u7ffb\u8a33\u30c4\u30fc\u30eb",
    "icons": {
        "16": "img\/translation_16.png",
        "48": "img\/translation_48.png",
        "128": "img\/translation_128.png"
    },
    "options_ui": {
        "page": "options_page.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "img\/translation_16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "https:\/\/api.codic.jp\/"
    ]
}