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 |
官方網址 | 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 } |