PageIT Firefox

Examine source code of PageIT

제작자: ThomasT
Inspect and view changes in PageIT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Shows HTML as turnable Page.",
  "manifest_version": 2,
  "name": "PageIT",
  "version": "1.0.2",
  "homepage_url": "https://pageit.at",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_scripts/load-script.js"
      ],
      "all_frames": false
    }
  ],
  "background": {
    "scripts": [
      "background_scripts/background.js"
    ]
  },
  "browser_action": {
    "default_title": "PageIT",
    "default_icon": {
      "16": "icons/b1.png",
      "32": "icons/b1.png"
    }
  }
}

최고의 PageIT 대안

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