Manage Reddit Subscriptions
Locally manages your Reddit subscriptions. Allows reddit tagging, filtering, viewing (single or multi reddits).
Manage Reddit Subscriptions क्या है?
Manage Reddit Subscriptions Ictinus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Locally manages your Reddit subscriptions. Allows reddit tagging, filtering, viewing (single or multi reddits)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Manage Reddit Subscriptions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | chjkmeicdafbnidomnpdcchjnimdepik |
आधिकारिक URL | https://chrome.google.com/webstore/detail/manage-reddit-subscriptio/chjkmeicdafbnidomnpdcchjnimdepik |
विवरण | Locally manages your Reddit subscriptions. Allows reddit tagging, filtering, viewing (single or multi reddits). |
फ़ाइल का आकार | 17.08 KB |
स्थापना संख्या | 57 |
वर्तमान संस्करण | 0.71.1 |
अंतिम अपडेट | 2014-07-28 |
प्रकाशन तिथि | 2014-07-28 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | Ictinus |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Ictinus/manageRedditSubscriptions |
सहायता पृष्ठ URL | https://github.com/Ictinus/manageRedditSubscriptions/issues |
समर्थित भाषाएँ | 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" } |