rComments - Reddit Hover Comments

Hover over comments link to view all comments and their replies.

Τι είναι το rComments - Reddit Hover Comments;

Το rComments - Reddit Hover Comments είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://iampueroo.github.io/rComments, και η κύρια λειτουργία του είναι "Hover over comments link to view all comments and their replies.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης rComments - Reddit Hover Comments

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

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

                        Reddit Extension rComments lets you to explore a post's comments and their replies just by hovering over the comments link of a post - no need to open new tabs or wait for additional page loads. Want to check out the top comment? The replies? Just hover over the comments link and the checkout any comment you'd like!                    

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

Όνομα rComments - Reddit Hover Comments rComments - Reddit Hover Comments
ID njkilkdmdolbjonbfjhmknefhdccioig
Επίσημο URL https://chromewebstore.google.com/detail/rcomments-reddit-hover-co/njkilkdmdolbjonbfjhmknefhdccioig
Περιγραφή Hover over comments link to view all comments and their replies.
Μέγεθος Αρχείου 75.65 KB
Αριθμός Εγκαταστάσεων 317
Τρέχουσα Έκδοση 1.4.0
Τελευταία Ενημέρωση 2021-06-24
Ημερομηνία Δημοσίευσης 2020-06-24
Αξιολόγηση 4.07/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής https://iampueroo.github.io/rComments
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://iampueroo.github.io/rComments/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "rComments.js"
            ],
            "css": [
                "rComments.css"
            ],
            "matches": [
                "http:\/\/reddit.com\/*",
                "https:\/\/reddit.com\/*",
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ]
        }
    ],
    "description": "Hover over comments link to view all comments and their replies.",
    "homepage_url": "https:\/\/iampueroo.github.io\/rComments\/",
    "manifest_version": 2,
    "minimum_chrome_version": "20.0",
    "name": "rComments - Reddit Hover Comments",
    "permissions": [
        "http:\/\/reddit.com\/*",
        "https:\/\/reddit.com\/*",
        "http:\/\/*.reddit.com\/*",
        "https:\/\/*.reddit.com\/*"
    ],
    "version": "1.4.0",
    "icons": {
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png",
        "600": "icons\/icon-600.png"
    }
}