URL Locale Switcher

URL Locale Switcher

You can switch the Locale in URL.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "URL Locale Switcher",
  "description": "You can switch the Locale in URL.",
  "version": "0.6",
  "background": {
    "page": "background.html"
  },
  "page_action": {
    "default_title": "switch"
  },
  "options_page": "options.html",
  "manifest_version": 2,
  "permissions": [
    "tabs"
  ],
  "icons": {
    "128": "icon.png"
  }
}