Reddit visible arrows

Show reddit arrows regardless of subreddit style

Τι είναι το Reddit visible arrows;

Το Reddit visible arrows είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CarlosCheddar, και η κύρια λειτουργία του είναι "Show reddit arrows regardless of subreddit style".

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

screenshot
screenshot

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

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

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

                        This extension enables voting arrows regardless of the CSS that the subreddit uses. This also works for subreddits that require subscriptions to enable voting.

Disclaimer: This extension resets the arrow positioning making subs like /r/ShitRedditSays seem like the arrows are inverted. This happens because some subs modify the sprites of the arrows making upvotes look like downvotes and viceversa.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Reddit visible arrows Reddit visible arrows
ID ehakajcimcpgbaebammmaaacfmnmefjd
Επίσημο URL https://chrome.google.com/webstore/detail/reddit-visible-arrows/ehakajcimcpgbaebammmaaacfmnmefjd
Περιγραφή Show reddit arrows regardless of subreddit style
Μέγεθος Αρχείου 9.7 KB
Αριθμός Εγκαταστάσεων 223
Τρέχουσα Έκδοση 0.3.0
Τελευταία Ενημέρωση 2017-11-26
Ημερομηνία Δημοσίευσης 2017-11-26
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής CarlosCheddar
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/carloscheddar/reddit_visible_arrows
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/carloscheddar/reddit_visible_arrows
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit visible arrows",
    "description": "Show reddit arrows regardless of subreddit style",
    "version": "0.3.0",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon.png",
        "128": "icon128.png"
    }
}