제작자: Sourcegraph Add-on
Inspect and view changes in Sourcegraph for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"version": "23.4.14.1343",
"name": "Sourcegraph",
"manifest_version": 2,
"description": "Adds code intelligence to GitHub, GitLab, and other hosts: hovers, definitions, references. For 20+ languages.",
"browser_action": {
"default_title": "Sourcegraph",
"default_icon": {
"32": "img/icon-32.png",
"48": "img/icon-48.png",
"128": "img/icon-128.png"
}
},
"icons": {
"32": "img/icon-32.png",
"48": "img/icon-48.png",
"128": "img/icon-128.png"
},
"background": {
"scripts": [
"js/background.bundle.js"
]
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"optional_permissions": [
"tabs",
"http://*/*",
"https://*/*"
],
"content_security_policy": "script-src 'self' blob:; object-src 'self'",
"web_accessible_resources": [
"img/*",
"css/*",
"extensions/*"
],
"omnibox": {
"keyword": "src"
},
"applications": {
"gecko": {
"id": "sourcegraph-for-firefox@sourcegraph.com"
}
},
"permissions": [
"activeTab",
"storage",
"contextMenus",
"https://github.com/*",
"https://sourcegraph.com/*",
"<all_urls>"
]
} 최고의 Sourcegraph for Firefox 대안
다음은 Sourcegraph for Firefox과(와) 유사한 Firefox add-on입니다:
Open in Sourcegraph
Firefox user 13930656
GitHub Web IDE
zvizvi
Le Git Graph - GitHub Git Graph
scaria.dev
To Sourcegraph!
tbodt
Gecko Code Coverage
marco
Fire Source Viewer
Francesco De Stefano
Codecov
Sentry
Code Stats Extension
bitnulleins
CodeSnippetSearch
Rok Novosel
GitLines
Stefanos0710
GitHub On One Click
Parul
Open GitHub or Gitlab in IDE
Victor