Rohan's Extension
Displays the first 5 items from the RSS feed in a popup.
什么是Rohan's Extension?
Rohan's Extension是由Rohan Rajeevan开发的Chrome扩展程序,该扩展的主要功能是“Displays the first 5 items from the RSS feed in a popup.”。
扩展截图
下载Rohan's Extension扩展crx文件
下载Rohan's Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It takes the RSS feed related to Clemson University from the NYTimes newspaper website and shows the top 5 stories.
扩展基本信息
名称 | |
ID | ocklpklfhcfcnegmkjhfmmlhjoicaefi |
官方URL | https://chrome.google.com/webstore/detail/rohans-extension/ocklpklfhcfcnegmkjhfmmlhjoicaefi |
简介 | Displays the first 5 items from the RSS feed in a popup. |
文件大小 | 9.42 KB |
安装次数 | 18 |
当前版本 | 2.1 |
更新时间 | 2014-04-16 |
上架时间 | 2014-04-16 |
评分 | 4.33/5 共3次评分 |
开发者 | Rohan Rajeevan |
付费类型 | free |
扩展官网 | http://www.clemson.edu |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rohan's Extension", "version": "2.1", "description": "Displays the first 5 items from the RSS feed in a popup.", "icons": { "128": "icon.png" }, "browser_action": { "default_title": "Clemson News", "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/topics.nytimes.com\/*" ], "manifest_version": 2 } |