Manage Reddit Subscriptions
Locally manages your Reddit subscriptions. Allows reddit tagging, filtering, viewing (single or multi reddits).
Manage Reddit Subscriptions là gì?
Manage Reddit Subscriptions là một tiện ích mở rộng Chrome được phát triển bởi Ictinus, và tính năng chính của nó là "Locally manages your Reddit subscriptions. Allows reddit tagging, filtering, viewing (single or multi reddits).".
Ả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 Manage Reddit Subscriptions
Tải xuống các tệp mở rộng Manage Reddit Subscriptions 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
Manage Reddit Subscriptions (MRS) provides a top tab titled 'reddits' to access and manage all the reddits you have visited or scanned. On first use, MRS will scan your subscribed reddits and ready them for you. Subscribed reddits appear as green in the list, unsuscribed as red. As you visit (sub)reddits, they are added to your list. To add more reddits, click 'more reddits' and your list will slowly fetch 20 pages of reddits at a time. The status bar at the bottom will display: Reddits Subscribed:/ , Filtered: /< totlal filtered #> Filter the list by reddits; tags; both. Display options also include: Show NSFW; Subscribed Only; Tagged Only Single mouse click on 'View' will open the selected reddit(s) in the current window, middle mouse click will open to a new window.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | chjkmeicdafbnidomnpdcchjnimdepik |
URL Chính Thức | https://chrome.google.com/webstore/detail/manage-reddit-subscriptio/chjkmeicdafbnidomnpdcchjnimdepik |
Mô tả | Locally manages your Reddit subscriptions. Allows reddit tagging, filtering, viewing (single or multi reddits). |
Kích Thước Tệp | 17.08 KB |
Số Lần Cài Đặt | 57 |
Phiên Bản Hiện Tại | 0.71.1 |
Cập Nhật Lần Cuối | 2014-07-28 |
Ngày Phát Hành | 2014-07-28 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Ictinus |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Ictinus/manageRedditSubscriptions |
URL Trang Trợ Giúp | https://github.com/Ictinus/manageRedditSubscriptions/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Paul Blackman", "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "css": [], "js": [ "manageRedditSubscriptions.user.js" ], "matches": [ "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "icons": { "16": "mrs_icon_16.png", "32": "mrs_icon_32.png", "48": "mrs_icon_48.png", "128": "mrs_icon_128.png" }, "description": "Locally manages your Reddit subscriptions. Allows reddit tagging, filtering, viewing (single or multi reddits).", "name": "Manage Reddit Subscriptions", "short_name": "MRS", "version": "0.71.1" } |