StackOverflow Inbox Notifications
See when you receive inbox notifications from StackOverflow
StackOverflow Inbox Notifications là gì?
StackOverflow Inbox Notifications là một tiện ích mở rộng Chrome được phát triển bởi https://www.akawebdesign.com, và tính năng chính của nó là "See when you receive inbox notifications from StackOverflow".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng StackOverflow Inbox Notifications
Tải xuống các tệp mở rộng StackOverflow Inbox Notifications dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | StackOverflow Inbox Notifications |
ID | ndeljpkeimafgobechdfejolnpgcjomi |
URL Chính Thức | https://chromewebstore.google.com/detail/stackoverflow-inbox-notif/ndeljpkeimafgobechdfejolnpgcjomi |
Mô tả | See when you receive inbox notifications from StackOverflow |
Kích Thước Tệp | 74.77 KB |
Số Lần Cài Đặt | 39 |
Phiên Bản Hiện Tại | 1.3.1 |
Cập Nhật Lần Cuối | 2016-11-08 |
Ngày Phát Hành | 2016-11-08 |
Đánh Giá | 3.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.akawebdesign.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/arthurakay/StackOverflow-Notifications |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |