Qiita Notifications

Extension to check Qiita notifications

Qiita Notifications क्या है?

Qiita Notifications http://littleapps.jp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to check Qiita notifications"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Qiita Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}