RSSLists
This extension displays the current date, weather, and rss feeds in the new tab page
Apa itu RSSLists?
RSSLists adalah ekstensi Chrome yang dikembangkan oleh michaeljstevens, dan fitur utamanya adalah "This extension displays the current date, weather, and rss feeds in the new tab page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi RSSLists
Unduh file ekstensi RSSLists 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
RSSLists is a tool for displaying multiple RSS feeds in a series of horizontal lists on the new tab page. There are several included feeds, but any RSS feed is supported via the custom rss feed url input box. This extension enables users to view all their preferred sources of information in one place. Date, weather and note taking are included for convenience.
Informasi Dasar Ekstensi
Nama | |
ID | mbaofboiknappfdajehfhhhlcmjldnpj |
URL Resmi | https://chrome.google.com/webstore/detail/rsslists/mbaofboiknappfdajehfhhhlcmjldnpj |
Deskripsi | This extension displays the current date, weather, and rss feeds in the new tab page |
Ukuran File | 18.97 MB |
Jumlah Instalasi | 43 |
Versi Saat Ini | 2.0.5 |
Terakhir Diperbarui | 2017-01-22 |
Tanggal Publikasi | 2017-01-22 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | michaeljstevens |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RSSLists", "description": "This extension displays the current date, weather, and rss feeds in the new tab page", "version": "2.0.5", "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "views\/popup.html" }, "chrome_url_overrides": { "newtab": "views\/root.html" }, "permissions": [ "activeTab", "tabs", "storage", "geolocation", "https:\/\/ajax.googleapis.com\/", " |