Examine source code of GIFs for GitHub

Inspect and view changes in GIFs for GitHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "$schema": "https://json.schemastore.org/chrome-manifest",
  "manifest_version": 2,
  "name": "GIFs for GitHub",
  "version": "25.3.25",
  "description": "Easily search GIPHY to add a GIF into any GitHub comment box.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{443bc2e2-8fa9-44ec-828a-fd84c0664f8d}"
    }
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "https://api.giphy.com/*"
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*",
        "https://gist.github.com/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/*.png"
  ],
  "browser_action": {
    "default_icon": {
      "128": "images/icon128.png"
    }
  },
  "optional_permissions": [
    "http://*/*",
    "https://*/*",
    "<all_urls>"
  ]
}

Similar add-ons

Here are some Firefox add-ons that are similar to GIFs for GitHub:

Popular extensions / apps

Here are some popular extensions / apps that you might be interested in: