Diff Search Firefox

Examine source code of Diff Search

제작자: b-xu Add-on
Inspect and view changes in Diff Search source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "name": "Pull Request Search",
  "description": "A search tool that works for Github diffs and commits",
  "version": "1.0",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*/*/pull/*",
        "*://github.com/*/*/commit/*"
      ],
      "js": [
        "scripts/content.js",
        "scripts/purify.min.js"
      ]
    }
  ],
  "permissions": [
    "<all_urls>",
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "Search in Github"
  },
  "background": {
    "page": "background/background.html"
  },
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "Command+Shift+F"
      }
    }
  }
}

최고의 Diff Search 대안

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