Sélection, traduction

sélectionne & traduit

Wat is Sélection, traduction?

Sélection, traduction is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "sélectionne & traduit".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Sélection, traduction

Download Sélection, traduction-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Extension chrome de traduction Anglais-Francais utilisant le menu contextuel du navigateur lors d'une selection pour ouvrir une page vers wordreference.com

Code source:
https://github.com/tramber30/select_trad                    

Basisinformatie over de Extensie

Naam Sélection, traduction Sélection, traduction
ID kjhldjalmcamoegjkcnickjoifoghgdk
Officiële URL https://chromewebstore.google.com/detail/s%C3%A9lection-traduction/kjhldjalmcamoegjkcnickjoifoghgdk
Beschrijving sélectionne & traduit
Bestandsgrootte 20.43 KB
Aantal Installaties 50
Huidige Versie 0.11
Laatst Bijgewerkt 2019-02-26
Publicatiedatum 2019-02-26
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/tramber30/select_trad
Ondersteunde Talen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "S\u00e9lection, traduction",
    "description": "s\u00e9lectionne & traduit",
    "version": "0.11",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "picture\/icon_128.png",
        "48": "picture\/icon_48.png",
        "16": "picture\/icon_16.png"
    },
    "browser_action": {
        "default_icon": "picture\/icon_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "select_trad.js"
        ]
    },
    "manifest_version": 2
}