TryRating Submit Shortcut Firefox

Examine source code of TryRating Submit Shortcut

Inspect and view changes in TryRating Submit Shortcut source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TryRating Submit Shortcut Extension",
  "version": "1.0",
  "description": "A browser extension to submit a form using a keyboard shortcut.",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{61fc0ee5-cc84-45c0-a790-c0cae3890eda}"
    }
  }
}

Best TryRating Submit Shortcut Alternatives

Here are some Firefox add-ons that are similar to TryRating Submit Shortcut: