Qiita Notifications
Extension to check Qiita notifications
Qiita Notifications là gì?
Qiita Notifications là một tiện ích mở rộng Chrome được phát triển bởi http://littleapps.jp, và tính năng chính của nó là "Extension to check Qiita notifications".
Ả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 Qiita Notifications
Tải xuống các tệp mở rộng Qiita 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
Qiita Notifications allow you to check Qiita updates in your Chrome toolbar icon. Click the icon to open notification list.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lfaggijcindkbihlopcogjlihmpdpdaa |
URL Chính Thức | https://chrome.google.com/webstore/detail/qiita-notifications/lfaggijcindkbihlopcogjlihmpdpdaa |
Mô tả | Extension to check Qiita notifications |
Kích Thước Tệp | 202 KB |
Số Lần Cài Đặt | 103 |
Phiên Bản Hiện Tại | 0.1.5 |
Cập Nhật Lần Cuối | 2014-06-03 |
Ngày Phát Hành | 2014-06-03 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://littleapps.jp |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://littleapps.jp/qiita-notifications-crx/ |
URL Trang Trợ Giúp | https://github.com/ngs/qiita-notifications-crx/issues |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.5", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/icon-gray-19.png", "38": "images\/icon-gray-38.png" }, "default_title": "Qiita Notifications", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "tabs", "alarms", "https:\/\/www.google-analytics.com\/", "http:\/\/qiita.com\/api\/notifications", "http:\/\/qiita.com\/api\/notifications\/count", "http:\/\/qiita.com\/api\/notifications\/read" ] } |