Shoyu RSS/Atom Feed Updates
Simple feed updater.
Shoyu RSS/Atom Feed Updates là gì?
Shoyu RSS/Atom Feed Updates là một tiện ích mở rộng Chrome được phát triển bởi cmacgreg, và tính năng chính của nó là "Simple feed updater.".
Ả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 Shoyu RSS/Atom Feed Updates
Tải xuống các tệp mở rộng Shoyu RSS/Atom Feed Updates 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
* Check RSS and Atom feeds for updates, on-demand, within Chrome * View feeds with a compatible RSS preview extension (available separately) * Manage feeds with the standard Chrome bookmark manager "Shoyu Feed Updates" is a FAST, easy way to keep up to date with your favorite feeds without using an online reader service; you might like it if you: * don't check hundreds of feeds * don't want feeds to look like e-mail * do miss the "Sage RSS" extension from Firefox Recent changes: * Nothing, other than manifest version 2 support * but, hopefully some major improvements very soon! Chrome has no built-in facility for feed detection, preview, or subscriptions; we recommend the original "Google RSS Subscription Extension" or our own "Shoyu Feed Preview", available at: https://chrome.google.com/extensions/detail/ilicaedjojicckapfpfdoakbehjpfkah
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | opnimlbiokbgomihhpobbgnlfolgdada |
URL Chính Thức | https://chrome.google.com/webstore/detail/shoyu-rssatom-feed-update/opnimlbiokbgomihhpobbgnlfolgdada |
Mô tả | Simple feed updater. |
Kích Thước Tệp | 33.36 KB |
Số Lần Cài Đặt | 396 |
Phiên Bản Hiện Tại | 1.0.4.5 |
Cập Nhật Lần Cuối | 2013-07-06 |
Ngày Phát Hành | 2013-07-06 |
Đánh Giá | 4.31/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | cmacgreg |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://code.google.com/p/shoyu/ |
URL Trang Trợ Giúp | http://twitter.com/cmacgreg |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js", "us.js" ], "persistent": true }, "browser_action": { "default_icon": "shoyu-icon-128x128.png", "default_title": "Feeds", "default_popup": "popup.html" }, "description": "Simple feed updater.", "icons": { "128": "shoyu-icon-128x128-no-unread.png" }, "name": "Shoyu RSS\/Atom Feed Updates", "options_page": "options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "bookmarks", "tabs" ], "version": "1.0.4.5", "manifest_version": 2 } |