Qiita Notifications

Extension to check Qiita notifications

Apa itu Qiita Notifications?

Qiita Notifications adalah ekstensi Chrome yang dikembangkan oleh http://littleapps.jp, dan fitur utamanya adalah "Extension to check Qiita notifications".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Qiita Notifications

Unduh file ekstensi Qiita Notifications dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Click the icon to open notification list.                    

Informasi Dasar Ekstensi

Nama Qiita Notifications Qiita Notifications
ID lfaggijcindkbihlopcogjlihmpdpdaa
URL Resmi https://chrome.google.com/webstore/detail/qiita-notifications/lfaggijcindkbihlopcogjlihmpdpdaa
Deskripsi Extension to check Qiita notifications
Ukuran File 202 KB
Jumlah Instalasi 103
Versi Saat Ini 0.1.5
Terakhir Diperbarui 2014-06-03
Tanggal Publikasi 2014-06-03
Penilaian 5.00/5 Total 2 Penilaian
Pengembang http://littleapps.jp
Tipe Pembayaran free
Situs Ekstensi http://littleapps.jp/qiita-notifications-crx/
URL Halaman Bantuan https://github.com/ngs/qiita-notifications-crx/issues
Bahasa yang Didukung 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"
    ]
}