Qiita Notifications

Extension to check Qiita notifications

Qiita Notificationsとは何ですか?

Qiita Notificationsはhttp://littleapps.jpによって開発されたChromeの拡張機能で、その主な機能は「Extension to check Qiita notifications」です。

拡張機能のスクリーンショット

screenshot
screenshot

Qiita Notifications拡張機能のCRXファイルをダウンロード

Qiita Notifications拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

Click the icon to open notification list.                    

拡張機能の基本情報

名前 Qiita Notifications Qiita Notifications
ID lfaggijcindkbihlopcogjlihmpdpdaa
公式URL https://chrome.google.com/webstore/detail/qiita-notifications/lfaggijcindkbihlopcogjlihmpdpdaa
説明 Extension to check Qiita notifications
ファイルサイズ 202 KB
インストール数 103
現在のバージョン 0.1.5
最終更新日 2014-06-03
公開日 2014-06-03
評価 5.00/5 合計 2 レビュー
開発者 http://littleapps.jp
支払い方法 free
拡張機能のウェブサイト http://littleapps.jp/qiita-notifications-crx/
ヘルプページのURL https://github.com/ngs/qiita-notifications-crx/issues
対応言語 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"
    ]
}