The Scholars' Avenue Notifier

Keep up with the latest from The Scholars' Avenue.

Co je The Scholars' Avenue Notifier?

The Scholars' Avenue Notifier je rozšíření Chrome vyvinuté http://www.scholarsavenue.org, a jeho hlavní funkcí je „Keep up with the latest from The Scholars' Avenue.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření The Scholars' Avenue Notifier

Stáhněte si soubory rozšíření The Scholars' Avenue Notifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název The Scholars' Avenue Notifier The Scholars' Avenue Notifier
ID opfbgioidicadabmemolddbpniijlhok
Oficiální URL https://chrome.google.com/webstore/detail/the-scholars-avenue-notif/opfbgioidicadabmemolddbpniijlhok
Popis Keep up with the latest from The Scholars' Avenue.
Velikost souboru 181 KB
Počet instalací 36
Aktuální Verze 12
Poslední Aktualizace 2014-06-20
Datum Vydání 2014-06-20
Hodnocení 4.88/5 Celkem 16 Hodnocení
Vývojář http://www.scholarsavenue.org
Typ Platby free
Webové stránky Rozšíření http://www.scholarsavenue.org/
Podporované Jazyky 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"
    }
}