Google Form Desing Editor

Google Form Desing Editor

Google Form Desing Editor allows you to alter the document aspect.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Google Form Desing Editor",
  "version": "0.1",
  "description": "Google Form Desing Editor allows you to alter the document aspect.",
  "content_scripts": [
    {
      "matches": [
        "https://docs.google.com/forms/d/e/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}