Auto-Format URL Copy Firefox

Examine source code of Auto-Format URL Copy

By: ABC8
Inspect and view changes in Auto-Format URL Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto-Format URL Copy",
  "version": "1.0",
  "description": "Khi sao chép URL từ thanh địa chỉ, tiện ích tự động định dạng URL dưới dạng markdown hoặc HTML để dễ dàng dán vào tài liệu.",
  "permissions": [
    "clipboardWrite",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Copy Formatted URL"
  },
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c4605abc-949c-4bf9-bd03-f6ba49552534}"
    }
  }
}

Best Auto-Format URL Copy Alternatives

Here are some Firefox add-ons that are similar to Auto-Format URL Copy: