Status of Github
This extension shows an icon for the current status of Github
Apa itu Status of Github?
Status of Github adalah ekstensi Chrome yang dikembangkan oleh Martin Meredith, dan fitur utamanya adalah "This extension shows an icon for the current status of Github".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Status of Github
Unduh file ekstensi Status of Github 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
A very quick browser extension that adds a button showing the current status of github.com
Informasi Dasar Ekstensi
Nama | Status of Github |
ID | nciflpommnamonmnphnooobdhdbpmhkf |
URL Resmi | https://chromewebstore.google.com/detail/status-of-github/nciflpommnamonmnphnooobdhdbpmhkf |
Deskripsi | This extension shows an icon for the current status of Github |
Ukuran File | 103 KB |
Jumlah Instalasi | 23 |
Versi Saat Ini | 0.0.7 |
Terakhir Diperbarui | 2019-04-25 |
Tanggal Publikasi | 2019-04-25 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Martin Meredith |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Status of Github", "description": "This extension shows an icon for the current status of Github", "version": "0.0.7", "browser_action": { "default_icon": "images\/[email protected]" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "alarms", "https:\/\/www.githubstatus.com\/", "notifications" ] } |