Translate a website into French

Translate a website into French

Quickly translate a website into French through Google Translate or Bing Translate

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Translate a website into French",
  "short_name": "Translate FR",
  "version": "0.1",
  "AddDefaultCharset": "utf-8",
  "description": "Quickly translate a website into French through Google Translate or Bing Translate",
  "icons": {
    "16": "images/16x16.png",
    "48": "images/48x48.png",
    "120": "images/120x120.png"
  },
  "browser_action": {
    "default_icon": "images/16x16.png",
    "default_popup": "page/popup.html"
  },
  "permissions": [
    "tabs"
  ],
  "homepage_url": "https://www.webtech360.com/?source=ext_share-button_menu",
  "author": "WebTech360",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}