Rohan's Extension
Displays the first 5 items from the RSS feed in a popup.
Apa itu Rohan's Extension?
Rohan's Extension adalah ekstensi Chrome yang dikembangkan oleh Rohan Rajeevan, dan fitur utamanya adalah "Displays the first 5 items from the RSS feed in a popup.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Rohan's Extension
Unduh file ekstensi Rohan's Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
It takes the RSS feed related to Clemson University from the NYTimes newspaper website and shows the top 5 stories.
Informasi Dasar Ekstensi
Nama | |
ID | ocklpklfhcfcnegmkjhfmmlhjoicaefi |
URL Resmi | https://chrome.google.com/webstore/detail/rohans-extension/ocklpklfhcfcnegmkjhfmmlhjoicaefi |
Deskripsi | Displays the first 5 items from the RSS feed in a popup. |
Ukuran File | 9.42 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2014-04-16 |
Tanggal Publikasi | 2014-04-16 |
Penilaian | 4.33/5 Total 3 Penilaian |
Pengembang | Rohan Rajeevan |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.clemson.edu |
Bahasa yang Didukung | 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 } |