By: Shridhar TL
Inspect and view changes in SourceTraq: Git Repo Review Metrics source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "SourceTraq: Git Repo Review Metrics",
"short_name": "SourceTraq",
"version": "0.6",
"description": "SourceTraq is your go-to tool for analyzing pull request trends, activities, and commit histories across multiple code repositories.",
"icons": {
"24": "/assets/icon_24.png",
"32": "/assets/icon_32.png",
"48": "/assets/icon_48.png"
},
"browser_action": {
"default_icon": {
"24": "/assets/icon_24.png",
"32": "/assets/icon_32.png",
"48": "/assets/icon_48.png"
},
"default_title": "SourceTraq",
"default_popup": "/menu.html"
},
"commands": {
"open-sourceTraq": {
"suggested_key": {
"default": "Alt+Shift+S",
"mac": "Command+Shift+S"
},
"description": "Open SourceTraq"
}
},
"content_scripts": [
{
"matches": [
"https://*.sourcetraq.com/*",
"http://local.sourcetraq.com/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"background": {
"persistent": true,
"scripts": [
"/background.js"
]
},
"web_accessible_resources": [
"index.html",
"/assets/*"
],
"content_security_policy": "script-src 'self'; object-src 'self';",
"permissions": [
"activeTab",
"tabs",
"storage",
"scripting"
],
"optional_permissions": [
"http://*/",
"https://*/"
],
"developer": {
"name": "Shridhar TL",
"url": "https://www.sourcetraq.com/"
},
"author": "Shridhar",
"browser_specific_settings": {
"gecko": {
"id": "{3644e055-5820-49e7-8ac4-3f5a72432c59}"
}
}
} Best SourceTraq: Git Repo Review Metrics Alternatives
Here are some Firefox add-ons that are similar to SourceTraq: Git Repo Review Metrics:
PR Tracker
Aab
Github Pull Request Counter
Renuo AG
Commit Watch
Mohammed Atef
GitKraken Browser Extension
GitKraken
GitHub Repo Analyzer
onyx47
GitOwl - Open Source Insights At a Glance
David
OpenTrends
Firefox user 13750928
GitInsight - GitHub Integration
Hi88
PR Code Reviewer
azzy
PR Radar - PR Dashboard & CI Notifications
DeployHQ
Agent Blame
Murali
Forgejo Release Tracker
Jasmin Aljic