The Scholars' Avenue Notifier
Keep up with the latest from The Scholars' Avenue.
What is The Scholars' Avenue Notifier?
The Scholars' Avenue Notifier is a Chrome extension developed by http://www.scholarsavenue.org, and its main feature is "Keep up with the latest from The Scholars' Avenue.".
Extension Screenshots
Download The Scholars' Avenue Notifier Extension CRX File
Download The Scholars' Avenue Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | opfbgioidicadabmemolddbpniijlhok |
Official URL | https://chrome.google.com/webstore/detail/the-scholars-avenue-notif/opfbgioidicadabmemolddbpniijlhok |
Description | Keep up with the latest from The Scholars' Avenue. |
File Size | 181 KB |
Installation Count | 36 |
Current Version | 12 |
Last Updated | 2014-06-20 |
Publish Date | 2014-06-20 |
Rating | 4.88/5 Total 16 Ratings |
Developer | http://www.scholarsavenue.org |
Payment Type | free |
Extension Website | http://www.scholarsavenue.org/ |
Supported Languages | 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" } } |