Refined GitHub Notifications
Add UI improvements to the new GitHub Notifications page
Apa itu Refined GitHub Notifications?
Refined GitHub Notifications adalah ekstensi Chrome yang dikembangkan oleh ggurgone, dan fitur utamanya adalah "Add UI improvements to the new GitHub Notifications page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Refined GitHub Notifications
Unduh file ekstensi Refined GitHub Notifications dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This little browser extension highlights GitHub notifications based on importance using colors and bold text for unread notifications.
Informasi Dasar Ekstensi
Nama | Refined GitHub Notifications |
ID | apeppglkpocpebbdnocaogepmghkecic |
URL Resmi | https://chromewebstore.google.com/detail/refined-github-notificati/apeppglkpocpebbdnocaogepmghkecic |
Deskripsi | Add UI improvements to the new GitHub Notifications page |
Ukuran File | 15.27 KB |
Jumlah Instalasi | 60 |
Versi Saat Ini | 0.1.3 |
Terakhir Diperbarui | 2020-05-03 |
Tanggal Publikasi | 2020-05-03 |
Pengembang | ggurgone |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/giuseppeg/refined-github-notifications |
URL Halaman Bantuan | https://github.com/giuseppeg/refined-github-notifications |
Bahasa yang Didukung | 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" ] } ] } |