Qiita Notifications

Extension to check Qiita notifications

Co je Qiita Notifications?

Qiita Notifications je rozšíření Chrome vyvinuté http://littleapps.jp, a jeho hlavní funkcí je „Extension to check Qiita notifications“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Qiita Notifications

Stáhněte si soubory rozšíření Qiita Notifications ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Click the icon to open notification list.                    

Základní Informace o Rozšíření

Název Qiita Notifications Qiita Notifications
ID lfaggijcindkbihlopcogjlihmpdpdaa
Oficiální URL https://chrome.google.com/webstore/detail/qiita-notifications/lfaggijcindkbihlopcogjlihmpdpdaa
Popis Extension to check Qiita notifications
Velikost souboru 202 KB
Počet instalací 103
Aktuální Verze 0.1.5
Poslední Aktualizace 2014-06-03
Datum Vydání 2014-06-03
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář http://littleapps.jp
Typ Platby free
Webové stránky Rozšíření http://littleapps.jp/qiita-notifications-crx/
URL Stránky Nápovědy https://github.com/ngs/qiita-notifications-crx/issues
Podporované Jazyky 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"
    ]
}