Webtranslateit - Language Neutral Link

Display and copy a language neutral link of the currently showing translation.

What is Webtranslateit - Language Neutral Link?

Webtranslateit - Language Neutral Link is a Chrome extension developed by Andreas Pizsa, and its main feature is "Display and copy a language neutral link of the currently showing translation.".

Download Webtranslateit - Language Neutral Link Extension CRX File

Download Webtranslateit - Language Neutral Link 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

                        Display and copy a language neutral link of the currently showing translation.                    

Extension Basic Information

Name Webtranslateit - Language Neutral Link Webtranslateit - Language Neutral Link
ID pmcjpnkfpbmkiliabadhchobadgpcgef
Official URL https://chrome.google.com/webstore/detail/webtranslateit-language-n/pmcjpnkfpbmkiliabadhchobadgpcgef
Description Display and copy a language neutral link of the currently showing translation.
File Size 37.65 KB
Installation Count 11
Current Version 1.0
Last Updated 2015-06-02
Publish Date 2015-06-02
Rating 5.00/5 Total 1 Ratings
Developer Andreas Pizsa
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Webtranslateit - Language Neutral Link",
    "version": "1.0",
    "author": "Andreas Pizsa ",
    "permissions": [
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/webtranslateit.com\/*"
            ],
            "css": [
                "add-link.css",
                "animate.css"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "add-link.js"
            ],
            "run_at": "document_end"
        }
    ]
}