Google翻訳 英文整形

Google翻訳で、ソース側の英文を整形します。

What is Google翻訳 英文整形?

Google翻訳 英文整形 is a Chrome extension developed by Unknown, and its main feature is "Google翻訳で、ソース側の英文を整形します。".

Extension Screenshots

screenshot

Download Google翻訳 英文整形 Extension CRX File

Download Google翻訳 英文整形 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

                        Google 翻訳に「整形」ボタンを追加します。
このボタンをクリックすると、正しく翻訳されやすくなるようソース側の英文を整形します。                    

Extension Basic Information

Name Google翻訳 英文整形 Google翻訳 英文整形
ID cbocckhlohemokkpacidakhpnnpagaom
Official URL https://chromewebstore.google.com/detail/google%E7%BF%BB%E8%A8%B3-%E8%8B%B1%E6%96%87%E6%95%B4%E5%BD%A2/cbocckhlohemokkpacidakhpnnpagaom
Description Google翻訳で、ソース側の英文を整形します。
File Size 33.07 KB
Installation Count 161
Current Version 1.0
Last Updated 2017-10-27
Publish Date 2017-10-26
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google\u7ffb\u8a33 \u82f1\u6587\u6574\u5f62",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Google\u7ffb\u8a33\u3067\u3001\u30bd\u30fc\u30b9\u5074\u306e\u82f1\u6587\u3092\u6574\u5f62\u3057\u307e\u3059\u3002",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/translate.google.co.jp\/*"
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ],
            "run_at": "document_end"
        }
    ]
}