Tweet from Context Menu Firefox

Examine source code of Tweet from Context Menu

By: RD
Inspect and view changes in Tweet from Context Menu source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {}
  },
  "manifest_version": 2,
  "name": "Tweet from Context Menu",
  "description": "Use the right-click menu to tweet selected text",
  "version": "0.1",
  "content_security_policy": "default-src 'self' ",
  "permissions": [
    "contextMenus",
    "http://*/",
    "https://*/"
  ],
  "background": {
    "scripts": [
      "js/tweet.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "images/ico32.png"
  },
  "icons": {
    "16": "images/ico16.png",
    "32": "images/ico32.png",
    "48": "images/ico48.png",
    "64": "images/ico64.png",
    "128": "images/ico128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{797afb7d-a600-41f4-b439-7f84ebb41c07}"
    }
  }
}

Best Tweet from Context Menu Alternatives

Here are some Firefox add-ons that are similar to Tweet from Context Menu: