The Scholars' Avenue Notifier

Keep up with the latest from The Scholars' Avenue.

Apa itu The Scholars' Avenue Notifier?

The Scholars' Avenue Notifier adalah ekstensi Chrome yang dikembangkan oleh http://www.scholarsavenue.org, dan fitur utamanya adalah "Keep up with the latest from The Scholars' Avenue.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi The Scholars' Avenue Notifier

Unduh file ekstensi The Scholars' Avenue Notifier 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

                                            

Informasi Dasar Ekstensi

Nama The Scholars' Avenue Notifier The Scholars' Avenue Notifier
ID opfbgioidicadabmemolddbpniijlhok
URL Resmi https://chrome.google.com/webstore/detail/the-scholars-avenue-notif/opfbgioidicadabmemolddbpniijlhok
Deskripsi Keep up with the latest from The Scholars' Avenue.
Ukuran File 181 KB
Jumlah Instalasi 36
Versi Saat Ini 12
Terakhir Diperbarui 2014-06-20
Tanggal Publikasi 2014-06-20
Penilaian 4.88/5 Total 16 Penilaian
Pengembang http://www.scholarsavenue.org
Tipe Pembayaran free
Situs Ekstensi http://www.scholarsavenue.org/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Scholars' Avenue Notifier",
    "version": "12",
    "manifest_version": 2,
    "description": "Keep up with the latest from The Scholars' Avenue.",
    "icons": {
        "48": "images\/tsa47px.png",
        "128": "images\/tsa128px.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/tsa19px.png"
        },
        "default_title": "The Scholars' Avenue Notifier",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/www.scholarsavenue.org\/feed\/",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html"
    }
}