Inspect and view changes in GitHub File Tree source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "GitHub File Tree",
"version": "1.0.0",
"description": "Add a collapsible file tree sidebar to any GitHub repository page.",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"browser_specific_settings": {
"gecko": {
"id": "github-file-tree-099@mozillamaker.dev",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
},
"gecko_android": {
"strict_min_version": "142.0"
}
},
"permissions": [
"activeTab",
"scripting",
"storage"
],
"host_permissions": [
"*://github.com/*"
],
"background": {
"scripts": [
"background.js"
],
"type": "module"
},
"action": {
"default_icon": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"default_title": "GitHub File Tree"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
}
} Mejores alternativas GitHub File Tree
Aquí hay algunas Firefox add-ons que son similares a GitHub File Tree:
GitHub Code Explorer
789win
GitHub Floating TOC
Jacky Mai
GitHub Flex
Lam Ngoc Khuong
Tako — Github File Tree
Philipp
Gitako - Github file tree
EnixCoda
GitHub Tree View
Github Tree View
GitHub Sidebar
Paul
GitHub CR Toolbox
Sean McPherson
Github Folders
Vortezz
GitHub Diff Explorer
Alex D
GitHub Wider Sidebar
Mario
GitHub Repository Folders
MarijnS