Query String Values

Query String Values

View all of the query string parameters in the current tab's url.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Query String Values",
  "browser_action": {
    "default_icon": "img/icon-128.png",
    "default_title": "Query String Values",
    "default_popup": "popup.html"
  },
  "description": "View all of the query string parameters in the current tab's url.",
  "icons": {
    "16": "img/icon-16.png",
    "38": "img/icon-38.png",
    "128": "img/icon-128.png"
  },
  "options_page": "options.html",
  "permissions": [
    "tabs"
  ],
  "version": "0.0.1",
  "manifest_version": 2
}