Inspect and view changes in GitInsight - GitHub Integration source codes across current and past versions
Try xHeader →
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "GitInsight - GitHub Integration Tool",
"version": "1.0",
"description": "Provides GitHub integration for viewing repositories and commit histories",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"action": {
"default_icon": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"default_title": "GitInsight",
"default_popup": "popup/popup.html"
},
"permissions": [
"activeTab",
"storage",
"https://api.github.com/*"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*://github.com/*"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "gitinsight@gmail.com"
}
}
} Meilleures alternatives GitInsight - GitHub Integration
Voici quelques Firefox add-ons qui sont similaires à GitInsight - GitHub Integration :
GitHub Live PRs
xmmarcotte
GithubPlus
xl1te
Le Git Graph - GitHub Git Graph
scaria.dev
Github Gists
Matthew Jarvis
GitOwl - Open Source Insights At a Glance
David
GitHub Flex
Lam Ngoc Khuong
GitHub License Insights
Dizmo
Github Repo Status
Pierluigi Cau
OpenTrends
Firefox user 13750928
Github Activity Indicator
derhackler
Recent commit highlight
Recent commit highlight
Graph Tab for GitHub
Andrey Dodonov