提供元: Sebastian Zaklada
Inspect and view changes in Foresight Dashboard for GitHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Foresight Dashboard for GitHub Actions",
"version": "1.0.12",
"manifest_version": 2,
"author": "Sebastian Zaklada",
"description": "A simplified GitHub Actions status dashboard based on the Foresight Repositories app view.",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"repositories.js"
],
"css": [
"styles.css"
],
"matches": [
"https://app.runforesight.com/repositories",
"https://app.runforesight.live/repositories"
]
}
],
"permissions": [
"storage",
"tabs"
],
"browser_specific_settings": {
"gecko": {
"id": "foresight-dashboard@skilledsoftware.com",
"strict_min_version": "91.1.0"
}
}
} ベストのForesight Dashboard for GitHub代替案
Foresight Dashboard for GitHubに類似したFirefox add-onをいくつか紹介します:
Grody Github
cheefbird
GitHub PR Check Status
bdkent
GitHub Copilot Usage Monitor
albertk
GitHub Actions Folders
Kurigi
GitHub Shortcut Buttons
Jakub Mańczak
GitHub Repository List Badges
Dword Design
What's New on GitHub
Mickaël Allonneau
GitHub Live PRs
xmmarcotte
Dashboard filter for GitHub
Mu-An
GitHub Repository Size
Pranav Mangal
Senior Dev Contribution Graph Editor
Michael Hobbs
Advanced GitHub Notifier
freaktechnik