제작자: fathiraz
Inspect and view changes in Refined GitHub Projects source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Refined GitHub Projects",
"description": "GitHub Projects, but the way it should work. Bulk edit, close, delete, and deep duplicate items — all from the table.",
"version": "1.3.0",
"icons": {
"16": "icon/16.png",
"32": "icon/32.png",
"48": "icon/48.png",
"96": "icon/96.png",
"128": "icon/128.png"
},
"permissions": [
"storage",
"https://api.github.com/*",
"https://github.com/*"
],
"web_accessible_resources": [
"content-scripts/content.css"
],
"browser_specific_settings": {
"gecko": {
"id": "refined-github-projects@example.com",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "Refined GitHub Projects",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https://github.com/*/projects/*",
"https://github.com/orgs/*/projects/*"
],
"js": [
"content-scripts/content.js"
]
}
],
"options_page": "options.html"
} 최고의 Refined GitHub Projects 대안
다음은 Refined GitHub Projects과(와) 유사한 Firefox add-on입니다: