제작자: cakecatz
Inspect and view changes in GitHub Comment Suggest source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "GitHub Comment Suggest",
"version": "1.0.2",
"description": "Add comment suggestion to GitHub's comment form.",
"manifest_version": 2,
"permissions": [
"storage",
"activeTab",
"management"
],
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https://github.com/*",
"https://gist.github.com/*"
],
"js": [
"main.js"
]
}
],
"background": {
"scripts": [
"browser-polyfill.js",
"hot-reload.js"
]
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"applications": {
"gecko": {
"id": "github-comment-suggest-addon@cakecatz"
}
}
} 최고의 GitHub Comment Suggest 대안
다음은 GitHub Comment Suggest과(와) 유사한 Firefox add-on입니다:
github-conventional-comments
Vinny Diehl
Github Pull Request Commits
ikim23
Conventional Comments (GitHub) - by Pullpo
Pullpo.io
GitLab conventional comments button
Yoric
Github Better Comments
Sharad Raj Singh Maurya
Code Review Tags
Guillermo Céspedes Tabárez
Conventional: comments
David Fournier
ceph github helper
tspmelo
Github Assistant
swistak