제작자: Aevorn LLC Add-on
Inspect and view changes in GitHub Issue Time Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "GitHub Issue Time Tracker",
"short_name": "GitHub Issue",
"version": "1.0.0",
"description": "Adds a start/stop timer to GitHub issues for tracking time spent, with weekly summary reports",
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"https://github.com/*/issues/*"
],
"background": {
"scripts": [
"background/service-worker.js"
]
},
"action": {
"default_popup": "popup/popup.html",
"default_title": "GitHub Issue Time Tracker",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"https://github.com/*/issues/*"
],
"js": [
"content/content.js"
],
"css": [
"content/content.css"
],
"run_at": "document_idle",
"all_frames": false
}
],
"options_page": "options/options.html",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "github_issue_timer@forgex.aevorn",
"strict_min_version": "109.0"
}
}
} 최고의 GitHub Issue Time Tracker 대안
다음은 GitHub Issue Time Tracker과(와) 유사한 Firefox add-on입니다:
Time Tracking for Github Issues
Time Tracking for Github Issues
Gitlab-tracker-5000
Adam Kovar
GitHub Contribution Tracker
Moti Korets
Gitlab Easy Time Tracker
CQG
Git Harvest
andyg5000
Harvest Time Tracking Helper (Unofficial)
Lincoln Loop
Github Pull Request Counter
Renuo AG
YouTube Watch Time Tracker
Om
GitHub Weekends
Phil Nash
Github PR Tracker
Katie
Github Activity Indicator
derhackler
Github Repo Status
Pierluigi Cau