Pixelate Mode Button Firefox

Examine source code of Pixelate Mode Button

제작자: Anna
Inspect and view changes in Pixelate Mode Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pixelate Mode Button",
  "version": "1.0",
  "description": "Nút chuyển toàn bộ trang thành dạng pixel-art bằng ảnh chụp và phóng to blocky.",
  "permissions": [
    "tabs",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Pixelate Mode"
  },
  "web_accessible_resources": [],
  "browser_specific_settings": {
    "gecko": {
      "id": "{92ecff08-8b00-4e09-939e-de056ba2ecf4}"
    }
  }
}

최고의 Pixelate Mode Button 대안

다음은 Pixelate Mode Button과(와) 유사한 Firefox add-on입니다: