Reddit Stash

A Saved Post Viewer for Reddit

Τι είναι το Reddit Stash;

Το Reddit Stash είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "A Saved Post Viewer for Reddit".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Reddit Stash

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

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

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