Locale Switcher

Locale Switcher

Lets you quickly switch the browser locale to test localization on your website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Locale Switcher",
  "version": "1.2.5",
  "description": "Lets you quickly switch the browser locale to test localization on your website.",
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "minimum_chrome_version": "72",
  "background": {
    "scripts": [
      "background.57b8c449.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "content.26a48089.js"
      ],
      "css": []
    }
  ],
  "browser_action": {
    "default_icon": {
      "256": "256.0dc7ff40.png"
    },
    "default_popup": "popup.8a2f68ed.html"
  },
  "icons": {
    "256": "256.0dc7ff40.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+L"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ea6ccf94-00c4-4972-a28a-b9d3572b6131}"
    }
  }
}