Inspect and view changes in GiteeTree for SAP github source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "GiteeTree",
"version": "2.4.9resigned1",
"manifest_version": 2,
"author": "Gitee",
"description": "基于 Octotree 的[码云](https://gitee.com)文件树插件",
"homepage_url": "https://gitee.com/hxshandle/GitCodeTree",
"icons": {
"48": "icons/icon48.png",
"64": "icons/icon64.png"
},
"permissions": [
"https://*.gitee.com/*",
"https://*.github.com/*",
"https://*.bitbucket.org/*",
"https://*.github.wdf.sap.corp/*",
"storage"
],
"web_accessible_resources": [
"*.woff2"
],
"content_scripts": [
{
"matches": [
"https://github.com/*",
"https://gitee.com/*",
"https://bitbucket.org/*",
"https://github.wdf.sap.corp/*"
],
"js": [
"file-icons.js",
"jquery.js",
"jquery-ui.js",
"jstree.js",
"keymaster.js",
"ondemand.js",
"octotree.js"
],
"css": [
"file-icons.css",
"jstree.css",
"octotree.css"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{e0537400-3127-42a0-ba2c-ba2d743d7711}"
}
}
}