Saved Post Organizer for Reddit
Organize the saved posts from your Reddit account.
Saved Post Organizer for Reddit क्या है?
Saved Post Organizer for Reddit escmext द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Organize the saved posts from your Reddit account."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Saved Post Organizer for Reddit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Looking for a convenient way to browse all those saved posts from your Reddit account? Well, look no further! Saved Post Organizer for Reddit automatically groups all of your saved posts by subreddit, alleviating the struggle of searching your entire archive to find what you're looking for. You will need to be logged into Reddit in the browser in order for the extension to be able to access your saved posts. Aside from that, there's no setup required! If you'd like to see the source code for this extension, check out the project on GitHub: https://github.com/escm94/saved-post-organizer. You can also create an issue for the GitHub project if you experience any bugs while using this extension. Saved Post Organizer for Reddit does not share any of your data.
एक्सटेंशन की मूल जानकारी
नाम | Saved Post Organizer for Reddit |
ID | kgjlakebjabfcjcnkjfjpmjjpdlmfapb |
आधिकारिक URL | https://chromewebstore.google.com/detail/saved-post-organizer-for/kgjlakebjabfcjcnkjfjpmjjpdlmfapb |
विवरण | Organize the saved posts from your Reddit account. |
फ़ाइल का आकार | 13.55 MB |
स्थापना संख्या | 114 |
वर्तमान संस्करण | 0.0.0.6 |
अंतिम अपडेट | 2023-04-08 |
प्रकाशन तिथि | 2020-11-23 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | escmext |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Saved Post Organizer for Reddit", "description": "Organize the saved posts from your Reddit account.", "version": "0.0.0.6", "manifest_version": 2, "browser_action": { "default_popup": "SavedPostOrganizer.html", "default_icon": "images\/icons8-checkmark-26.png" }, "web_accessible_resources": [ "SavedPostOrganizer.js", "SavedPostOrganizer.html" ], "permissions": [ "https:\/\/www.reddit.com\/*" ], "background": { "persistent": false, "scripts": [ "SavedPostOrganizer.js" ] } } |