Qiita Notifications
Extension to check Qiita notifications
Cos'è Qiita Notifications?
Qiita Notifications è un'estensione di Chrome sviluppata da http://littleapps.jp, e la sua funzione principale è "Extension to check Qiita notifications".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Qiita Notifications
Scarica i file di estensione Qiita Notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Qiita Notifications allow you to check Qiita updates in your Chrome toolbar icon. Click the icon to open notification list.
Informazioni di Base sull'Estensione
Nome | |
ID | lfaggijcindkbihlopcogjlihmpdpdaa |
URL Ufficiale | https://chrome.google.com/webstore/detail/qiita-notifications/lfaggijcindkbihlopcogjlihmpdpdaa |
Descrizione | Extension to check Qiita notifications |
Dimensione del File | 202 KB |
Conteggio Installazioni | 103 |
Versione Corrente | 0.1.5 |
Ultimo Aggiornamento | 2014-06-03 |
Data di Pubblicazione | 2014-06-03 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | http://littleapps.jp |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://littleapps.jp/qiita-notifications-crx/ |
URL della Pagina di Aiuto | https://github.com/ngs/qiita-notifications-crx/issues |
Lingue Supportate | 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" ] } |