The Scholars' Avenue Notifier
Keep up with the latest from The Scholars' Avenue.
什么是The Scholars' Avenue Notifier?
The Scholars' Avenue Notifier是由http://www.scholarsavenue.org开发的Chrome扩展程序,该扩展的主要功能是“Keep up with the latest from The Scholars' Avenue.”。
扩展截图
下载The Scholars' Avenue Notifier扩展crx文件
下载The Scholars' Avenue Notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | opfbgioidicadabmemolddbpniijlhok |
官方URL | https://chrome.google.com/webstore/detail/the-scholars-avenue-notif/opfbgioidicadabmemolddbpniijlhok |
简介 | Keep up with the latest from The Scholars' Avenue. |
文件大小 | 181 KB |
安装次数 | 36 |
当前版本 | 12 |
更新时间 | 2014-06-20 |
上架时间 | 2014-06-20 |
评分 | 4.88/5 共16次评分 |
开发者 | http://www.scholarsavenue.org |
付费类型 | free |
扩展官网 | http://www.scholarsavenue.org/ |
支持的语言 | 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" } } |