Google Forms State To URL Firefox

Examine source code of Google Forms State To URL

By: EAR Add-on
Inspect and view changes in Google Forms State To URL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Google Forms State To URL",
  "version": "1.0",
  "description": "Saves google forms state to URL using query params",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Google Forms State To URL",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://docs.google.com/forms/*"
      ],
      "js": [
        "content_scripts.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4084cdb8-e1eb-4f04-b5df-51f65bca5707}"
    }
  }
}

Best Google Forms State To URL Alternatives

Here are some Firefox add-ons that are similar to Google Forms State To URL: