Orange Envelope for Reddit
Display's the status of your reddit inbox.
Orange Envelope for Reddit là gì?
Orange Envelope for Reddit là một tiện ích mở rộng Chrome được phát triển bởi scottmhoward, và tính năng chính của nó là "Display's the status of your reddit inbox.".
Ả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 Orange Envelope for Reddit
Tải xuống các tệp mở rộng Orange Envelope for Reddit 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
Provides a notification icon for Reddit inbox.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fichkmcilhiikkkkeajfbklffhobffkh |
URL Chính Thức | https://chromewebstore.google.com/detail/orange-envelope-for-reddi/fichkmcilhiikkkkeajfbklffhobffkh |
Mô tả | Display's the status of your reddit inbox. |
Kích Thước Tệp | 6.21 KB |
Số Lần Cài Đặt | 169 |
Phiên Bản Hiện Tại | 1.10 |
Cập Nhật Lần Cuối | 2016-12-09 |
Ngày Phát Hành | 2016-12-09 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | scottmhoward |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "manifest_version": 2, "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/mail_gray.png", "default_title": "Orange Envelope" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Display's the status of your reddit inbox.", "icons": { "128": "img\/very_big_mail.png" }, "name": "Orange Envelope for Reddit", "permissions": [ "tabs", "https:\/\/www.reddit.com\/" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.10" } |