Dashboard filter for GitHub
This adds an activity filter menu to GitHub dashboard.
Dashboard filter for GitHub क्या है?
Dashboard filter for GitHub Mu-An Chiou द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This adds an activity filter menu to GitHub dashboard."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dashboard filter for GitHub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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\/*" ] } |