Overblog Notifications

Get your Overblog notifications in your toolbar

Apa itu Overblog Notifications?

Overblog Notifications adalah ekstensi Chrome yang dikembangkan oleh http://admin.over-blog-kiwi.com, dan fitur utamanya adalah "Get your Overblog notifications in your toolbar".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Overblog Notifications

Unduh file ekstensi Overblog 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

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

Informasi Dasar Ekstensi

Nama Overblog Notifications Overblog Notifications
ID ejbbfammdbcikdhinnmchidafbnleogo
URL Resmi https://chrome.google.com/webstore/detail/overblog-notifications/ejbbfammdbcikdhinnmchidafbnleogo
Deskripsi Get your Overblog notifications in your toolbar
Ukuran File 13.08 KB
Jumlah Instalasi 16
Versi Saat Ini 0.1
Terakhir Diperbarui 2013-06-19
Tanggal Publikasi 2013-06-19
Penilaian 2.00/5 Total 1 Penilaian
Pengembang http://admin.over-blog-kiwi.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
}