Webtranslateit - Language Neutral Link

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

Qu'est-ce que Webtranslateit - Language Neutral Link ?

Webtranslateit - Language Neutral Link est une extension Chrome développée par Andreas Pizsa, et sa fonction principale est "Display and copy a language neutral link of the currently showing translation.".

Télécharger le fichier CRX de l'extension Webtranslateit - Language Neutral Link

Téléchargez les fichiers d'extension Webtranslateit - Language Neutral Link au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Webtranslateit - Language Neutral Link Webtranslateit - Language Neutral Link
ID pmcjpnkfpbmkiliabadhchobadgpcgef
URL Officiel https://chrome.google.com/webstore/detail/webtranslateit-language-n/pmcjpnkfpbmkiliabadhchobadgpcgef
Description Display and copy a language neutral link of the currently showing translation.
Taille du Fichier 37.65 KB
Nombre d'Installations 11
Version Actuelle 1.0
Dernière Mise à Jour 2015-06-02
Date de Publication 2015-06-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur Andreas Pizsa
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}