StackOverflow Inbox Notifications
See when you receive inbox notifications from StackOverflow
Apa itu StackOverflow Inbox Notifications?
StackOverflow Inbox Notifications adalah ekstensi Chrome yang dikembangkan oleh https://www.akawebdesign.com, dan fitur utamanya adalah "See when you receive inbox notifications from StackOverflow".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi StackOverflow Inbox Notifications
Unduh file ekstensi StackOverflow Inbox 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
Want to know when you have new inbox notifications from StackOverflow? This extension adds a browser action to your toolbar, and updates the badge text when you have new notifications.
Informasi Dasar Ekstensi
Nama | StackOverflow Inbox Notifications |
ID | ndeljpkeimafgobechdfejolnpgcjomi |
URL Resmi | https://chromewebstore.google.com/detail/stackoverflow-inbox-notif/ndeljpkeimafgobechdfejolnpgcjomi |
Deskripsi | See when you receive inbox notifications from StackOverflow |
Ukuran File | 74.77 KB |
Jumlah Instalasi | 39 |
Versi Saat Ini | 1.3.1 |
Terakhir Diperbarui | 2016-11-08 |
Tanggal Publikasi | 2016-11-08 |
Penilaian | 3.33/5 Total 3 Penilaian |
Pengembang | https://www.akawebdesign.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/arthurakay/StackOverflow-Notifications |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "StackOverflow Inbox Notifications", "version": "1.3.1", "description": "See when you receive inbox notifications from StackOverflow", "icons": { "128": "resources\/images\/extension.jpg" }, "browser_action": { "default_icon": "resources\/images\/stackoverflow_16.png", "default_popup": "ui\/index.html" }, "background": { "scripts": [ "background\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/api.stackexchange.com; object-src 'self'", "permissions": [ "identity", "https:\/\/stackexchange.com\/*\/*", "notifications" ] } |