URL Query Editor

URL Query Editor

Add and edit URL query parameters more easily.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "URL Query Editor",
  "description": "Add and edit URL query parameters more easily.",
  "version": "1.0.2",
  "permissions": [
    "storage",
    "tabs"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+U",
        "mac": "Command+U"
      }
    }
  },
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "icon38.png",
    "default_popup": "popup.html"
  }
}