提供元: syarihu.net Add-on
Inspect and view changes in Projects Side Panel for GitHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Projects Side Panel for GitHub",
"version": "1.0.0",
"description": "GitHub Projects をサイドパネルに常駐表示し、素早くアクセスできるようにする拡張機能",
"permissions": [
"storage",
"activeTab",
"tabs"
],
"background": {
"scripts": [
"background.js"
]
},
"sidebar_action": {
"default_panel": "sidepanel.html",
"default_title": "Projects Side Panel for GitHub",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"browser_specific_settings": {
"gecko": {
"id": "projects-sidepanel-for-github@syarihu",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"action": {
"default_title": "Projects Side Panel for GitHub",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"content_scripts": [
{
"matches": [
"https://github.com/orgs/*/projects",
"https://github.com/orgs/*/projects/",
"https://github.com/orgs/*/projects?*",
"https://github.com/orgs/*/projects/?*",
"https://github.com/users/*/projects",
"https://github.com/users/*/projects/",
"https://github.com/users/*/projects?*",
"https://github.com/users/*/projects/?*",
"https://github.com/*?tab=projects",
"https://github.com/*?tab=projects&*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
]
} ベストのProjects Side Panel for GitHub代替案
Projects Side Panel for GitHubに類似したFirefox add-onをいくつか紹介します:
Better GitHub Dashboard
Loutres
GitHub Project Enhancer
mashabow
Better GitHub Home
Renan Decamps
GithubPlus
xl1te
GitHub Sidebar
Paul
GitHub Flex
Lam Ngoc Khuong
Github Enhanced Project Board
Firefox user 15024194
GitHub Pane Maximization
hoge-fuga-piyo
GitHub Shortcut Buttons
Jakub Mańczak
GitHub Wider Sidebar
Mario
GitHub Navigator
Sarcastic Bird
Advanced GitHub Notifier
freaktechnik