제작자: SourceField
Inspect and view changes in SourceField BETA source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "SourceField BETA",
"version": "0.6.0",
"description": "Enhance the code review experience on GitHub",
"permissions": [
"tabs",
"<all_urls>"
],
"content_security_policy": "script-src 'self'; connect-src 'self' https://antimatter.sourcefield.io/graphql https://github.com https://patch-diff.githubusercontent.com https://*.ingest.sentry.io; object-src 'self'",
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"content_scripts": [
{
"css": [
"/static/css/content.css"
],
"js": [
"./static/js/content.js"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"scripts": [
"./static/js/background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{4E92beA7-caA1-CaA4-3Ac5-DfAAC7b4CED6}"
}
},
"browser_action": {
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"default_title": "View support links",
"default_popup": "action.html"
}
} 최고의 SourceField BETA 대안
다음은 SourceField BETA과(와) 유사한 Firefox add-on입니다: