Qiita Notifications

Extension to check Qiita notifications

Co to jest Qiita Notifications?

Qiita Notifications to rozszerzenie Chrome opracowane przez http://littleapps.jp, a jego główną funkcją jest „Extension to check Qiita notifications”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Qiita Notifications

Pobierz pliki rozszerzeń Qiita Notifications w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Click the icon to open notification list.                    

Podstawowe informacje o rozszerzeniu

Nazwa Qiita Notifications Qiita Notifications
ID lfaggijcindkbihlopcogjlihmpdpdaa
Oficjalny URL https://chrome.google.com/webstore/detail/qiita-notifications/lfaggijcindkbihlopcogjlihmpdpdaa
Opis Extension to check Qiita notifications
Rozmiar pliku 202 KB
Liczba instalacji 103
Aktualna Wersja 0.1.5
Ostatnia Aktualizacja 2014-06-03
Data Publikacji 2014-06-03
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper http://littleapps.jp
Typ Płatności free
Strona Rozszerzenia http://littleapps.jp/qiita-notifications-crx/
Adres URL Strony Pomocy https://github.com/ngs/qiita-notifications-crx/issues
Obsługiwane Języki 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"
    ]
}