URL Language Fixer

URL Language Fixer

Fix URLs when typing in the wrong language by accident

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "URL Language Fixer",
  "version": "2.1",
  "manifest_version": 2,
  "description": "Fix URLs when typing in the wrong language by accident",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "url-lang-fix-background.js"
    ]
  },
  "icons": {
    "16": "url-lang-fixer-16.png",
    "48": "url-lang-fixer-48.png",
    "128": "url-lang-fixer-128.png"
  },
  "options_page": "options.html"
}