JA/EN Url Toggler

JA/EN Url Toggler

Toggle language code (ja-JP/en-US) in current URL by one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "JA/EN Url Toggler",
  "manifest_version": 3,
  "version": "0.1",
  "description": "Toggle language code (ja-JP/en-US) in current URL by one click.",
  "permissions": [
    "activeTab",
    "webNavigation"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "images/icon16.png",
    "24": "images/icon24.png",
    "36": "images/icon36.png"
  },
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "24": "images/icon24.png",
      "36": "images/icon36.png"
    },
    "default_title": "Toggle Language"
  }
}