Por: VJ
Inspect and view changes in Github Code Outline source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Github Code Outline",
"version": "2.0",
"description": "Makes code browsing on Github easy by showing outline of code.",
"manifest_version": 2,
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"css": [
"myStyles.css"
],
"js": [
"common.js",
"content.js"
],
"all_frames": true
}
],
"browser_action": {
"default_title": "Github Code Outline",
"default_icon": {
"48": "images/icon_48_5.png"
}
},
"web_accessible_resources": [
"images/*.png"
]
} Mejores alternativas Github Code Outline
Aquí hay algunas Firefox add-ons que son similares a Github Code Outline:
GitHub Clicks - Navigate in GitHub like an IDE
Gayan Kuruppu
Github1s
Mohammed CHERIFI
Github License Summary
lazyc97
Code Highlighter
fides
Github1s Extension
imDarkempire
GithubPlus
xl1te
GitHub Web IDE
zvizvi
Tab Highlighter
NIHAL T P
Github Lines of Code
pajecawav
Toggle LeetCode Syntax Highlighting
jacamera
GitHub Source Code Minimap
slikts