Qiita Notifications
Extension to check Qiita notifications
Wat is Qiita Notifications?
Qiita Notifications is een Chrome-extensie ontwikkeld door http://littleapps.jp, en de belangrijkste functie is "Extension to check Qiita notifications".
Extensie Screenshots
Download het CRX-bestand van de extensie Qiita Notifications
Download Qiita Notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Qiita Notifications allow you to check Qiita updates in your Chrome toolbar icon. Click the icon to open notification list.
Basisinformatie over de Extensie
Naam | |
ID | lfaggijcindkbihlopcogjlihmpdpdaa |
Officiële URL | https://chrome.google.com/webstore/detail/qiita-notifications/lfaggijcindkbihlopcogjlihmpdpdaa |
Beschrijving | Extension to check Qiita notifications |
Bestandsgrootte | 202 KB |
Aantal Installaties | 103 |
Huidige Versie | 0.1.5 |
Laatst Bijgewerkt | 2014-06-03 |
Publicatiedatum | 2014-06-03 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://littleapps.jp |
Betalingswijze | free |
Extensiewebsite | http://littleapps.jp/qiita-notifications-crx/ |
Help Pagina-URL | https://github.com/ngs/qiita-notifications-crx/issues |
Ondersteunde Talen | 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" ] } |