Por: Francis Ruiz Add-on
Inspect and view changes in Inline Git Blame source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Inline Git Blame",
"version": "1.3",
"description": "Show real Git blame info inline on GitHub, GitLab, and Bitbucket with optional API mode and hover details.",
"permissions": [
"activeTab",
"storage",
"https://api.github.com/*",
"https://github.com/*",
"https://gitlab.com/*",
"https://bitbucket.org/*"
],
"content_scripts": [
{
"matches": [
"https://github.com/*",
"https://gitlab.com/*",
"https://bitbucket.org/*"
],
"js": [
"content.js"
],
"css": [
"style.css"
],
"run_at": "document_idle"
}
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "Inline Git Blame"
},
"icons": {
"32": "icons/logo_32.png",
"64": "icons/logo_64.png",
"128": "icons/logo_128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{135d5420-68ad-48eb-bc26-0b2abdda4c0e}"
}
}
} Mejores alternativas Inline Git Blame
Aquí hay algunas Firefox add-ons que son similares a Inline Git Blame:
Agent Blame
Murali
Github Code Outline
VJ
Git Hovercards
Jennifer Paulson
GitInsight - GitHub Integration
Hi88
Le Git Graph - GitHub Git Graph
scaria.dev
GitHub experience
github-enhancer
Gitmoji Tooltip Extension
A9-dev
GithubPlus
xl1te
Le Git Graph Fork - Commits Graph for GitHub
voshch.dev
GitLines
Stefanos0710
GitHub Repo Analyzer
onyx47
Show MR overview in Gitlab
everyonesdesign