Format Indy Comments Firefox

Examine source code of Format Indy Comments

제작자: mraddon Add-on
Inspect and view changes in Format Indy Comments source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Format Indy Comments",
  "description": "Format Independent.co.uk article comments back into readable text",
  "version": "1.0.3",
  "icons": {
    "48": "assets/icon48.png",
    "96": "assets/icon96.png",
    "128": "assets/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "assets/icon48.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.independent.co.uk/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}

최고의 Format Indy Comments 대안

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