Smart Image Cropper Firefox

Examine source code of Smart Image Cropper

By: Beni
Inspect and view changes in Smart Image Cropper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Smart Image Cropper",
  "version": "1.0",
  "description": "Cắt hình thông minh ngay trên web, xuất PNG nền trong suốt.",
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5afc3dff-66b7-490c-b397-5137ddfcd346}"
    }
  }
}

Best Smart Image Cropper Alternatives

Here are some Firefox add-ons that are similar to Smart Image Cropper: