Qiita Notifications

Extension to check Qiita notifications

Τι είναι το Qiita Notifications;

Το Qiita Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://littleapps.jp, και η κύρια λειτουργία του είναι "Extension to check Qiita notifications".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Qiita Notifications

Λήψη αρχείων επέκτασης 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"
    ]
}