Comment Skipper Firefox

Examine source code of Comment Skipper

제작자: Alex H
Inspect and view changes in Comment Skipper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Comment Skipper",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Skip to the next top level comment in Hacker News",
  "browser_action": {
    "default_icon": "images/logo.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "declarativeContent"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "dist/js/content.js"
      ],
      "matches": [
        "https://news.ycombinator.com/item*"
      ]
    }
  ],
  "commands": {
    "skip": {
      "suggested_key": {
        "default": "Ctrl+Shift+1",
        "mac": "Command+Shift+1"
      },
      "description": "Skip to next top level comment"
    }
  }
}

최고의 Comment Skipper 대안

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