Link Commenter Firefox

Examine source code of Link Commenter

By: S666 Add-on
Inspect and view changes in Link Commenter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Commenter",
  "version": "1.0",
  "description": "Cho phép người dùng thêm nhận xét cá nhân vào bất kỳ liên kết nào trên trang web mà chỉ họ có thể thấy.",
  "permissions": [
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Add Comment"
  },
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c140b0f1-eeb0-46c3-b653-b55e35b81daa}"
    }
  }
}

Best Link Commenter Alternatives

Here are some Firefox add-ons that are similar to Link Commenter: