Qiita Notifications
Extension to check Qiita notifications
What is Qiita Notifications?
Qiita Notifications is a Chrome extension developed by http://littleapps.jp, and its main feature is "Extension to check Qiita notifications".
Extension Screenshots
Download Qiita Notifications Extension CRX File
Download Qiita Notifications extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Qiita Notifications allow you to check Qiita updates in your Chrome toolbar icon. Click the icon to open notification list.
Extension Basic Information
Name | |
ID | lfaggijcindkbihlopcogjlihmpdpdaa |
Official URL | https://chrome.google.com/webstore/detail/qiita-notifications/lfaggijcindkbihlopcogjlihmpdpdaa |
Description | Extension to check Qiita notifications |
File Size | 202 KB |
Installation Count | 103 |
Current Version | 0.1.5 |
Last Updated | 2014-06-03 |
Publish Date | 2014-06-03 |
Rating | 5.00/5 Total 2 Ratings |
Developer | http://littleapps.jp |
Payment Type | free |
Extension Website | http://littleapps.jp/qiita-notifications-crx/ |
Help Page URL | https://github.com/ngs/qiita-notifications-crx/issues |
Supported Languages | 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" ] } |