WordPressers on GitHub Firefox

Examine source code of WordPressers on GitHub

提供元: Pascal Birchler Add-on
Inspect and view changes in WordPressers on GitHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WordPressers on GitHub",
  "version": "1.0.1",
  "description": "Show WordPress.org profiles for users on GitHub.",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "wordpressers-on-github@pascalbirchler.com"
    }
  },
  "permissions": [
    "storage",
    "https://github.com/*",
    "https://profiles.wordpress.org/*"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "src/content-script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/wp-logo.png"
  ],
  "icons": {
    "16": "/images/wp-16.png",
    "32": "/images/wp-32.png",
    "48": "/images/wp-48.png",
    "128": "/images/wp-128.png"
  }
}

ベストのWordPressers on GitHub代替案

WordPressers on GitHubに類似したFirefox add-onをいくつか紹介します: