The Scholars' Avenue Notifier
Keep up with the latest from The Scholars' Avenue.
Wat is The Scholars' Avenue Notifier?
The Scholars' Avenue Notifier is een Chrome-extensie ontwikkeld door http://www.scholarsavenue.org, en de belangrijkste functie is "Keep up with the latest from The Scholars' Avenue.".
Extensie Screenshots
Download het CRX-bestand van de extensie The Scholars' Avenue Notifier
Download The Scholars' Avenue Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | opfbgioidicadabmemolddbpniijlhok |
Officiële URL | https://chrome.google.com/webstore/detail/the-scholars-avenue-notif/opfbgioidicadabmemolddbpniijlhok |
Beschrijving | Keep up with the latest from The Scholars' Avenue. |
Bestandsgrootte | 181 KB |
Aantal Installaties | 36 |
Huidige Versie | 12 |
Laatst Bijgewerkt | 2014-06-20 |
Publicatiedatum | 2014-06-20 |
Beoordeling | 4.88/5 Totaal 16 Beoordelingen |
Ontwikkelaar | http://www.scholarsavenue.org |
Betalingswijze | free |
Extensiewebsite | http://www.scholarsavenue.org/ |
Ondersteunde Talen | 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" } } |