Refined GitHub Notifications
Add UI improvements to the new GitHub Notifications page
Hvad er Refined GitHub Notifications?
Refined GitHub Notifications er en Chrome-udvidelse udviklet af ggurgone, og dens hovedfunktion er "Add UI improvements to the new GitHub Notifications page".
Udvidelsesskærmbilleder
Download Refined GitHub Notifications-udvidelses-CRX-fil
Download Refined GitHub Notifications-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This little browser extension highlights GitHub notifications based on importance using colors and bold text for unread notifications. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | apeppglkpocpebbdnocaogepmghkecic |
| Officiel URL | https://chromewebstore.google.com/detail/refined-github-notificati/apeppglkpocpebbdnocaogepmghkecic |
| Beskrivelse | Add UI improvements to the new GitHub Notifications page |
| Filstørrelse | 15.27 KB |
| Antal Installationer | 60 |
| Nuværende Version | 0.1.3 |
| Senest Opdateret | 2020-05-03 |
| Udgivelsesdato | 2020-05-03 |
| Udvikler | ggurgone |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/giuseppeg/refined-github-notifications |
| Hjælpeside-URL | https://github.com/giuseppeg/refined-github-notifications |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Refined GitHub Notifications",
"version": "0.1.3",
"description": "Add UI improvements to the new GitHub Notifications page",
"homepage_url": "https:\/\/github.com\/giuseppeg\/refined-twitter-lite",
"manifest_version": 2,
"minimum_chrome_version": "62",
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/github.com\/notifications",
"https:\/\/github.com\/notifications?*"
],
"js": [
"index.user.js"
],
"css": [
"index.css"
]
}
]
} | |