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 |
官方網址 | 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" ] } |