Por: GeiserX
Inspect and view changes in Toggle GitHub Details source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Toggle GitHub Details in Comments",
"version": "1.0.0",
"description": "Toggle all <details> within GitHub PR/issue comments by clicking the toolbar button.",
"browser_specific_settings": {
"gecko": {
"id": "github-toggle-all-details@geiserx",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.js"
]
},
"action": {
"default_title": "Toggle details in comments",
"default_icon": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png"
}
},
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https://github.com/*",
"https://*.github.com/*"
],
"js": [
"contentScript.js"
],
"run_at": "document_idle"
}
]
} Melhores alternativas Toggle GitHub Details
Aqui estão algumas Firefox add-ons que são similares a Toggle GitHub Details:
GitHub Flex
Lam Ngoc Khuong
GitHub CR Toolbox
Sean McPherson
GithubPlus
xl1te
GitHub Collapse-Diffs Button
verfehlix
Git PR Viewer
sivasatvik
Better GitHub
Joaquin Windmuller
GitHub Expand All Commit Notes
Noitidart
GitHub with a cape
NicoSantangelo
GitHub Live PRs
xmmarcotte
Github Quick Launch
DulajDilshan
Conventional Comments (GitHub) - by Pullpo
Pullpo.io
Mighty GitHub PRs
Adam Graf