Qiita Notifications
Extension to check Qiita notifications
Vad är Qiita Notifications?
Qiita Notifications är en Chrome-tillägg utvecklad av http://littleapps.jp, och dess huvudfunktion är "Extension to check Qiita notifications".
Tilläggsskärmbilder
Ladda ner Qiita Notifications-förlängningens CRX-fil
Ladda ner Qiita Notifications-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Qiita Notifications allow you to check Qiita updates in your Chrome toolbar icon. Click the icon to open notification list.
Grundläggande Information om Tillägg
Namn | |
ID | lfaggijcindkbihlopcogjlihmpdpdaa |
Officiell webbadress | https://chrome.google.com/webstore/detail/qiita-notifications/lfaggijcindkbihlopcogjlihmpdpdaa |
Beskrivning | Extension to check Qiita notifications |
Filstorlek | 202 KB |
Antal Installationer | 103 |
Aktuell Version | 0.1.5 |
Senast Uppdaterad | 2014-06-03 |
Publiceringsdatum | 2014-06-03 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | http://littleapps.jp |
Betalningssätt | free |
Tilläggswebbplats | http://littleapps.jp/qiita-notifications-crx/ |
Hjälpsida URL | https://github.com/ngs/qiita-notifications-crx/issues |
Stödda Språk | 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" ] } |