Qiita Notifications

Extension to check Qiita notifications

Was ist Qiita Notifications?

Qiita Notifications ist eine Chrome-Erweiterung, die von http://littleapps.jp entwickelt wurde, und ihr Hauptmerkmal ist "Extension to check Qiita notifications".

Erweiterungsscreenshots

screenshot
screenshot

Qiita Notifications-Erweiterungs-CRX-Datei herunterladen

Laden Sie Qiita Notifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Qiita Notifications allow you to check Qiita updates in your Chrome toolbar icon.

Click the icon to open notification list.                    

Grundlegende Informationen zur Erweiterung

Name Qiita Notifications Qiita Notifications
ID lfaggijcindkbihlopcogjlihmpdpdaa
Offizielle URL https://chrome.google.com/webstore/detail/qiita-notifications/lfaggijcindkbihlopcogjlihmpdpdaa
Beschreibung Extension to check Qiita notifications
Dateigröße 202 KB
Installationsanzahl 103
Aktuelle Version 0.1.5
Letztes Update 2014-06-03
Veröffentlichungsdatum 2014-06-03
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler http://littleapps.jp
Zahlungsart free
Erweiterungswebsite http://littleapps.jp/qiita-notifications-crx/
Hilfeseite URL https://github.com/ngs/qiita-notifications-crx/issues
Unterstützte Sprachen 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"
    ]
}