Overblog Notifications

Get your Overblog notifications in your toolbar

Overblog Notifications क्या है?

Overblog Notifications http://admin.over-blog-kiwi.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get your Overblog notifications in your toolbar"।

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

screenshot

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

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

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

                        Display the number of unread notification from your OverBlog account in your toolbar and open a popup to read them all.                    

एक्सटेंशन की मूल जानकारी

नाम Overblog Notifications Overblog Notifications
ID ejbbfammdbcikdhinnmchidafbnleogo
आधिकारिक URL https://chrome.google.com/webstore/detail/overblog-notifications/ejbbfammdbcikdhinnmchidafbnleogo
विवरण Get your Overblog notifications in your toolbar
फ़ाइल का आकार 13.08 KB
स्थापना संख्या 16
वर्तमान संस्करण 0.1
अंतिम अपडेट 2013-06-19
प्रकाशन तिथि 2013-06-19
रेटिंग 2.00/5 कुल 1 रेटिंग्स
डेवलपर http://admin.over-blog-kiwi.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "notifications.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "Overblog"
    },
    "description": "Get your Overblog notifications in your toolbar",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Overblog Notifications",
    "permissions": [
        "http:\/\/admin.over-blog-kiwi.com\/"
    ],
    "version": "0.1"
}