The Scholars' Avenue Notifier

Keep up with the latest from The Scholars' Avenue.

Hvad er The Scholars' Avenue Notifier?

The Scholars' Avenue Notifier er en Chrome-udvidelse udviklet af http://www.scholarsavenue.org, og dens hovedfunktion er "Keep up with the latest from The Scholars' Avenue.".

Udvidelsesskærmbilleder

screenshot

Download The Scholars' Avenue Notifier-udvidelses-CRX-fil

Download The Scholars' Avenue Notifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn The Scholars' Avenue Notifier The Scholars' Avenue Notifier
ID opfbgioidicadabmemolddbpniijlhok
Officiel URL https://chrome.google.com/webstore/detail/the-scholars-avenue-notif/opfbgioidicadabmemolddbpniijlhok
Beskrivelse Keep up with the latest from The Scholars' Avenue.
Filstørrelse 181 KB
Antal Installationer 36
Nuværende Version 12
Senest Opdateret 2014-06-20
Udgivelsesdato 2014-06-20
Bedømmelse 4.88/5 Samlet 16 Bedømmelser
Udvikler http://www.scholarsavenue.org
Betalingsmetode free
Udvidelseswebsted http://www.scholarsavenue.org/
Understøttede Sprog 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"
    }
}