The Scholars' Avenue Notifier

Keep up with the latest from The Scholars' Avenue.

Vad är The Scholars' Avenue Notifier?

The Scholars' Avenue Notifier är en Chrome-tillägg utvecklad av http://www.scholarsavenue.org, och dess huvudfunktion är "Keep up with the latest from The Scholars' Avenue.".

Tilläggsskärmbilder

screenshot

Ladda ner The Scholars' Avenue Notifier-förlängningens CRX-fil

Ladda ner The Scholars' Avenue Notifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn The Scholars' Avenue Notifier The Scholars' Avenue Notifier
ID opfbgioidicadabmemolddbpniijlhok
Officiell webbadress https://chrome.google.com/webstore/detail/the-scholars-avenue-notif/opfbgioidicadabmemolddbpniijlhok
Beskrivning Keep up with the latest from The Scholars' Avenue.
Filstorlek 181 KB
Antal Installationer 36
Aktuell Version 12
Senast Uppdaterad 2014-06-20
Publiceringsdatum 2014-06-20
Betyg 4.88/5 Totalt 16 Betyg
Utvecklare http://www.scholarsavenue.org
Betalningssätt free
Tilläggswebbplats http://www.scholarsavenue.org/
Stödda Språk 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"
    }
}