Inspect and view changes in GitHub Codeowners source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "GitHub Codeowners",
"version": "0.8.0",
"description": "Decorate GitHub PR pages with code ownership and approval status.",
"icons": {
"16": "icons/icon_16.png",
"32": "icons/icon_32.png",
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
},
"action": {
"default_title": "GitHub Codeowners"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"run_at": "document_idle",
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "github-codeowners@mindgear.com",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} ベストのGitHub Codeowners代替案
GitHub Codeownersに類似したFirefox add-onをいくつか紹介します:
Github Pull Requests' statuses
FloraGC
GitHub Live PRs
xmmarcotte
GitHub PR status highlighter
magroski
GitHub Colorful Contributions
G1en
GitHub Enhancing
MrWillCom
Chatwork GitHub Extension
kit494way
GithubPlus
xl1te
Githubify
Roman
Github Repo Status
Pierluigi Cau
Contributors on Github
Henry
Github Better Comments
Sharad Raj Singh Maurya
Mighty GitHub PRs
Adam Graf