Dashboard filter for GitHub
This adds an activity filter menu to GitHub dashboard.
什麼是Dashboard filter for GitHub?
Dashboard filter for GitHub是由Mu-An Chiou開發的Chrome擴展程式,該擴展的主要功能是“This adds an activity filter menu to GitHub dashboard.”。
擴展截圖
下載Dashboard filter for GitHub擴展crx文件
下載Dashboard filter for GitHub擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This adds an activity filter menu to GitHub.com dashboard page so user can choose to see only the activities they care about.
擴展基本資訊
名稱 | Dashboard filter for GitHub |
ID | pcnaddhmngnnpookfhhamkelhhakimdg |
官方網址 | https://chromewebstore.google.com/detail/dashboard-filter-for-gith/pcnaddhmngnnpookfhhamkelhhakimdg |
簡介 | This adds an activity filter menu to GitHub dashboard. |
檔案大小 | 6.87 KB |
安裝次數 | 575 |
目前版本 | 0.8.8 |
更新時間 | 2022-12-13 |
上架時間 | 2019-05-12 |
評分 | 4.50/5 共 6 次評分 |
開發者 | Mu-An Chiou |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/muan/github-dashboard |
說明頁面URL | https://github.com/muan/github-dashboard/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dashboard filter for GitHub", "short_name": "dashboard", "version": "0.8.8", "manifest_version": 3, "description": "This adds an activity filter menu to GitHub dashboard.", "homepage_url": "http:\/\/github.com\/muan\/dashboard", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/", "https:\/\/github.com\/orgs\/*\/dashboard" ], "css": [ "dashboard.css" ], "js": [ "dashboard.js" ] } ], "host_permissions": [ "https:\/\/api.github.com\/*" ] } |