Double Trans

Tłumacz angielsko-polski

What is Double Trans?

Double Trans is a Chrome extension developed by Double Trans, and its main feature is "Tłumacz angielsko-polski".

Extension Screenshots

screenshot

Download Double Trans Extension CRX File

Download Double Trans 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

                        By przetłumaczyć słowo, wystarczy kliknąć na nie dwa razy.
W dolnej części przeglądarki pojawi się jego tłumaczenie.                    

Extension Basic Information

Name Double Trans Double Trans
ID igkpinhkgghcbpmhokkfgjecjndmahle
Official URL https://chromewebstore.google.com/detail/double-trans/igkpinhkgghcbpmhokkfgjecjndmahle
Description Tłumacz angielsko-polski
File Size 506 KB
Installation Count 239
Current Version 1.1.4
Last Updated 2014-02-23
Publish Date 2014-02-22
Rating 4.50/5 Total 8 Ratings
Developer Double Trans
Payment Type free
Supported Languages pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Double Trans",
    "description": "T\u0142umacz angielsko-polski",
    "version": "1.1.4",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "kodRozszerzenia.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "ANG-POL3.html"
    ]
}