Quick Quote Collector Firefox

Examine source code of Quick Quote Collector

By: Ray
Inspect and view changes in Quick Quote Collector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick Quote Collector",
  "version": "1.0",
  "description": "Lưu nhanh câu hay bằng phím tắt Alt+Q.",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Quick Quote Collector"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c94def6c-055f-487b-9d0e-ddd924ef3935}"
    }
  }
}

Best Quick Quote Collector Alternatives

Here are some Firefox add-ons that are similar to Quick Quote Collector: