Remote Interval Firefox

Examine source code of Remote Interval

제작자: Yilin Juang Add-on
Inspect and view changes in Remote Interval source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Remote Interval",
  "version": "1.0",
  "description": "Find remote jobs in your timezone.",
  "icons": {
    "48": "icons/timezone.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://stackoverflow.com/jobs",
        "*://stackoverflow.com/jobs?*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "filter.html"
  ],
  "permissions": [
    "*://stackoverflow.com/jobs",
    "*://stackoverflow.com/jobs?*",
    "webNavigation"
  ]
}

최고의 Remote Interval 대안

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