Reddit Stash
A Saved Post Viewer for Reddit
Reddit Stash क्या है?
Reddit Stash Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Saved Post Viewer for Reddit"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reddit Stash एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Reddit Stash is a simple viewer for your "Saved Posts" on your reddit account. It works out of the box with zero configuration as long as you're logged into reddit. It currently displays the most recent 25 links when clicked. Created because I often save links I want to read later on my phone, but often forget to come back and actually read them. New in 0.2: • Local Storage of *all* links. • Search by title, subreddit, text, or link. • Styling improvements. • Refresh Button. • Support for Saved Comments. Github: https://github.com/rvilgalys/redditStash Icons used: Material Bookmark Icon: https://material.io/tools/icons/?search=bookm&icon=bookmark_border&style=round Reddit Alien Font Awesome Icon: https://fontawesome.com/icons/reddit-alien?style=brands
एक्सटेंशन की मूल जानकारी
नाम | Reddit Stash |
ID | inhipkcfbhpbdeciibgjjghbnijhfjfo |
आधिकारिक URL | https://chromewebstore.google.com/detail/reddit-stash/inhipkcfbhpbdeciibgjjghbnijhfjfo |
विवरण | A Saved Post Viewer for Reddit |
फ़ाइल का आकार | 63.3 KB |
स्थापना संख्या | 83 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2019-07-01 |
प्रकाशन तिथि | 2019-06-30 |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/rvilgalys/redditStash |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Stash", "version": "0.2", "description": "A Saved Post Viewer for Reddit", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage", "https:\/\/www.reddit.com\/*" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "128": "images\/icon_128.png", "48": "images\/icon_48.png", "32": "images\/icon_32.png", "16": "images\/icon_16.png" }, "manifest_version": 2 } |