Par : cheefbird
Inspect and view changes in Grody Github source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Grody Github",
"description": "Filter your Github workflows, and more!",
"version": "0.5.2",
"icons": {
"16": "icon/16.png",
"32": "icon/32.png",
"48": "icon/48.png",
"96": "icon/96.png",
"128": "icon/128.png"
},
"permissions": [
"storage",
"alarms"
],
"browser_specific_settings": {
"gecko": {
"id": "grody-github@cheefbird",
"data_collection_permissions": {
"required": [
"browsingActivity"
],
"optional": [
"authenticationInfo"
]
}
}
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "Grody GitHub",
"default_popup": "popup.html"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"*://github.com/*"
],
"css": [
"content-scripts/grody.css"
],
"js": [
"content-scripts/grody.js"
]
}
]
} Meilleures alternatives Grody Github
Voici quelques Firefox add-ons qui sont similaires à Grody Github :
Better Github Workflows
revdev
Refined GitHub
Sindre Sorhus
Foresight Dashboard for GitHub
Sebastian Zaklada
GitHub Web IDE
zvizvi
GitHub Flex
Lam Ngoc Khuong
Refined Hacker News
Mihir Chaturvedi (plibither8)
GitHub Live PRs
xmmarcotte
stylish-hub
Dalton Menezes
GitHub Defreshed
Kir_Antipov
Better GitHub
Joaquin Windmuller
GitHub PR Check Status
bdkent
Github Issue Reactions
Norfeldt