Traduction Français avec Microsoft Bing

Traduction en Français avec Microsoft Bing Translator any langage to French using Bing by right clic on the text you selected

What is Traduction Français avec Microsoft Bing?

Traduction Français avec Microsoft Bing is a Chrome extension developed by k.marwen, and its main feature is "Traduction en Français avec Microsoft Bing Translator any langage to French using Bing by right clic on the text you selected".

Download Traduction Français avec Microsoft Bing Extension CRX File

Download Traduction Français avec Microsoft Bing 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

                        Permet la Traduction en Français avec Bing Translator de n'importe quel langage au français et l'affichant dans un message box, ceci devra être amélioré dans les prochaines versions

1 - Sélectionnez un texte dans la page

2 - Cliquez bouton droit

3 - Choisissez l'élément "Traduire avec Bing"                    

Extension Basic Information

Name Traduction Français avec Microsoft Bing Traduction Français avec Microsoft Bing
ID mlamdghbcallkcncghdfdhdcjfkmfccf
Official URL https://chrome.google.com/webstore/detail/traduction-fran%C3%A7ais-avec/mlamdghbcallkcncghdfdhdcjfkmfccf
Description Traduction en Français avec Microsoft Bing Translator any langage to French using Bing by right clic on the text you selected
File Size 12.16 KB
Installation Count 1,000
Current Version 2.0
Last Updated 2016-01-12
Publish Date 2016-01-12
Rating 3.86/5 Total 7 Ratings
Developer k.marwen
Payment Type free
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0",
    "name": "Traduction Fran\u00e7ais avec Microsoft Bing",
    "description": "Traduction en Fran\u00e7ais avec Microsoft Bing Translator any langage to French using Bing by right clic on the text you selected",
    "icons": {
        "128": "bingtrans.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "bingtransAPI.png",
        "default_popup": "translation.html"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}