Dark Mode for HackerNews Firefox

Examine source code of Dark Mode for HackerNews

提供元: Tej
Inspect and view changes in Dark Mode for HackerNews source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Dark mode for HackerNews",
  "manifest_version": 2,
  "name": "Dark mode for HackerNews",
  "version": "2.2",
  "homepage_url": "https://github.com/tpkahlon/dark-mode-hackernews",
  "icons": {
    "512": "icons/border-512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "index.js"
    ]
  }
}

ベストのDark Mode for HackerNews代替案

Dark Mode for HackerNewsに類似したFirefox add-onをいくつか紹介します: