Sélection, traduction

sélectionne & traduit

What is Sélection, traduction?

Sélection, traduction is a Chrome extension developed by Unknown, and its main feature is "sélectionne & traduit".

Extension Screenshots

screenshot
screenshot

Download Sélection, traduction Extension CRX File

Download Sélection, traduction 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

                        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                    

Extension Basic Information

Name Sélection, traduction Sélection, traduction
ID kjhldjalmcamoegjkcnickjoifoghgdk
Official URL https://chromewebstore.google.com/detail/s%C3%A9lection-traduction/kjhldjalmcamoegjkcnickjoifoghgdk
Description sélectionne & traduit
File Size 20.43 KB
Installation Count 50
Current Version 0.11
Last Updated 2019-02-26
Publish Date 2019-02-26
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/tramber30/select_trad
Supported Languages 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
}