Gistify Firefox

Examine source code of Gistify

提供元: trientt
Inspect and view changes in Gistify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Gistify",
  "version": "1.0.0",
  "description": "Add a button to convert code blocks into GitHub Gists",
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "48": "icons/icon48.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "scripts/content_script.js"
      ],
      "css": [
        "scripts/content_script.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "type": "module"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ekoios2023@example.com",
      "strict_min_version": "42.0"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "scripts/*.js",
        "scripts/content_main.js",
        "gists.js",
        "*.svg"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}

ベストのGistify代替案

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