URL Language Fixer

Fix URLs when typing in the wrong language by accident
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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"
}