Translate It

Translate word and sentences from all lanuage

Translate Itとは何ですか?

Translate Itはwww.connect.digitalによって開発されたChromeの拡張機能で、その主な機能は「Translate word and sentences from all lanuage」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Translate It拡張機能のCRXファイルをダウンロード

Translate It拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Translate word and sentences                    

拡張機能の基本情報

名前 Translate It Translate It
ID eeloognkophcblndaoopchicaedbepfo
公式URL https://chromewebstore.google.com/detail/translate-it/eeloognkophcblndaoopchicaedbepfo
説明 Translate word and sentences from all lanuage
ファイルサイズ 408 KB
インストール数 197
現在のバージョン 1.1.0
最終更新日 2016-04-13
公開日 2016-02-29
評価 2.60/5 合計 5 レビュー
開発者 www.connect.digital
支払い方法 free
ヘルプページのURL http://www.connect.digital
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "src\/lib\/jquery.js",
            "src\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "src\/css\/style.css"
            ],
            "js": [
                "src\/lib\/jquery.js",
                "src\/lib\/jquery.highlight.js",
                "src\/js\/tab.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "name": "Translate It",
    "description": "Translate word and sentences from all lanuage",
    "icons": {
        "128": "src\/images\/g_infinite_scroll_logo_128x128.png",
        "16": "src\/images\/g_infinite_scroll_logo_16x16.png",
        "48": "src\/images\/g_infinite_scroll_logo_48x48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "version": "1.1.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "src\/**\/*"
    ]
}