RSSLists
This extension displays the current date, weather, and rss feeds in the new tab page
RSSLists là gì?
RSSLists là một tiện ích mở rộng Chrome được phát triển bởi michaeljstevens, và tính năng chính của nó là "This extension displays the current date, weather, and rss feeds in the new tab page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng RSSLists
Tải xuống các tệp mở rộng RSSLists dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mbaofboiknappfdajehfhhhlcmjldnpj |
URL Chính Thức | https://chrome.google.com/webstore/detail/rsslists/mbaofboiknappfdajehfhhhlcmjldnpj |
Mô tả | This extension displays the current date, weather, and rss feeds in the new tab page |
Kích Thước Tệp | 18.97 MB |
Số Lần Cài Đặt | 43 |
Phiên Bản Hiện Tại | 2.0.5 |
Cập Nhật Lần Cuối | 2017-01-22 |
Ngày Phát Hành | 2017-01-22 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | michaeljstevens |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/", " |