제작자: b-xu
Inspect and view changes in Diff Search source codes across current and past versions
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입니다:
Search on GitHub
Patrice Kenmoé
Version Control Diff Viewer
Klea
Diff Navigator for GitHub
Dean Attali
Diff Compare
Wevovihim
GitHub Diff Explorer
Alex D
GitHub search commits
haguiar.dev
Github Search
Spark
SQL Diff Viewer by Patilweb
PatilWeb
Open Github in editor
a7madgamal
GitHub File Diff
mohd-akram
diffs.dev
Jason Penilla