Kadabraa

Kadabraa

Traduit directement et simplement du texte sur Google

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Kadabraa",
  "version": "2.2.5",
  "manifest_version": 2,
  "description": "Traduit directement et simplement du texte sur Google",
  "permissions": [
    "tabs"
  ],
  "icons": {
    "16": "images/small-logo.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "background": {
    "page": "background.html"
  },
  "options_page": "Options.html",
  "content_security_policy": "script-src 'self' https://clients5.google.com; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/style.css"
      ],
      "js": [
        "inject.js"
      ],
      "all_frames": true
    }
  ]
}