Rally Attention Stream Firefox

Examine source code of Rally Attention Stream

제작자: Rally Developers Add-on
Inspect and view changes in Rally Attention Stream source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "The Mozilla Rally Attention Stream",
  "author": "Mozilla",
  "manifest_version": 2,
  "name": "Rally Attention Stream",
  "version": "0.4.7",
  "homepage_url": "https://github.com/mozilla-rally/rally",
  "browser_specific_settings": {
    "gecko": {
      "id": "attention-stream@rally.mozilla.org",
      "strict_min_version": "87.0"
    }
  },
  "options_ui": {
    "page": "public/options.html",
    "open_in_tab": true
  },
  "permissions": [
    "idle",
    "webNavigation",
    "webRequest",
    "storage",
    "unlimitedStorage",
    "scripting",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://localhost/*",
        "https://members.rally.mozilla.org/*"
      ],
      "js": [
        "dist/main.content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "dist/background.js"
    ]
  },
  "incognito": "not_allowed"
}

최고의 Rally Attention Stream 대안

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