Saved Post Organizer for Reddit

Organize the saved posts from your Reddit account.

Τι είναι το Saved Post Organizer for Reddit;

Το Saved Post Organizer for Reddit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον escmext, και η κύρια λειτουργία του είναι "Organize the saved posts from your Reddit account.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Saved Post Organizer for Reddit

Λήψη αρχείων επέκτασης Saved Post Organizer for Reddit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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"
        ]
    }
}