gForms Date Picker Firefox

Examine source code of gForms Date Picker

Inspect and view changes in gForms Date Picker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "gForms Date Picker",
  "version": "1.0.0",
  "description": "Adds a convenient date picker beside date fields in Google Forms for easier date selection",
  "homepage_url": "https://github.com/masumulhassan/gforms-datepicker",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://docs.google.com/forms/*"
      ],
      "js": [
        "content_scripts/datepicker.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gformdatepicker@masum.me"
    }
  }
}

Best gForms Date Picker Alternatives

Here are some Firefox add-ons that are similar to gForms Date Picker: