Qiita Notifications
Extension to check Qiita notifications
Hvad er Qiita Notifications?
Qiita Notifications er en Chrome-udvidelse udviklet af http://littleapps.jp, og dens hovedfunktion er "Extension to check Qiita notifications".
Udvidelsesskærmbilleder
Download Qiita Notifications-udvidelses-CRX-fil
Download Qiita Notifications-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Qiita Notifications allow you to check Qiita updates in your Chrome toolbar icon. Click the icon to open notification list.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lfaggijcindkbihlopcogjlihmpdpdaa |
Officiel URL | https://chrome.google.com/webstore/detail/qiita-notifications/lfaggijcindkbihlopcogjlihmpdpdaa |
Beskrivelse | Extension to check Qiita notifications |
Filstørrelse | 202 KB |
Antal Installationer | 103 |
Nuværende Version | 0.1.5 |
Senest Opdateret | 2014-06-03 |
Udgivelsesdato | 2014-06-03 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | http://littleapps.jp |
Betalingsmetode | free |
Udvidelseswebsted | http://littleapps.jp/qiita-notifications-crx/ |
Hjælpeside-URL | https://github.com/ngs/qiita-notifications-crx/issues |
Understøttede Sprog | 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" ] } |