Qiita Notifications
Extension to check Qiita notifications
什么是Qiita Notifications?
Qiita Notifications是由http://littleapps.jp开发的Chrome扩展程序,该扩展的主要功能是“Extension to check Qiita notifications”。
扩展截图
下载Qiita Notifications扩展crx文件
下载Qiita Notifications扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Qiita Notifications allow you to check Qiita updates in your Chrome toolbar icon. Click the icon to open notification list.
扩展基本信息
名称 | |
ID | lfaggijcindkbihlopcogjlihmpdpdaa |
官方URL | https://chrome.google.com/webstore/detail/qiita-notifications/lfaggijcindkbihlopcogjlihmpdpdaa |
简介 | Extension to check Qiita notifications |
文件大小 | 202 KB |
安装次数 | 103 |
当前版本 | 0.1.5 |
更新时间 | 2014-06-03 |
上架时间 | 2014-06-03 |
评分 | 5.00/5 共2次评分 |
开发者 | http://littleapps.jp |
付费类型 | free |
扩展官网 | http://littleapps.jp/qiita-notifications-crx/ |
帮助页面URL | https://github.com/ngs/qiita-notifications-crx/issues |
支持的语言 | 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" ] } |