RTF Viewer Firefox

Examine source code of RTF Viewer

제작자: Tom Zöhner
Inspect and view changes in RTF Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RTF Viewer",
  "description": "Display .rtf (Rich Text Format) files in the browser",
  "version": "1.4.2",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "applications": {
    "gecko": {
      "strict_min_version": "56.0"
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png"
    }
  },
  "background": {
    "scripts": [
      "background.js",
      "rtfRedirectHandler.js"
    ]
  },
  "incognito": "spanning",
  "web_accessible_resources": [
    "viewer/viewer.html"
  ]
}

최고의 RTF Viewer 대안

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