imgur heart

Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love

Τι είναι το imgur heart;

Το imgur heart είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον from-nibly, και η κύρια λειτουργία του είναι "Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love".

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

screenshot

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

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

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

                        Other Features
Adds tags to bottom bar.
Adds upvote bar with optional inline vote statistics.
Op is a ___ feature where you can change OP to whatever you want.
Can change the imgur site text color.                    

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

Όνομα imgur heart imgur heart
ID kcdgmpophadgjfkjdefoinnbnikhlone
Επίσημο URL https://chromewebstore.google.com/detail/imgur-heart/kcdgmpophadgjfkjdefoinnbnikhlone
Περιγραφή Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love
Μέγεθος Αρχείου 186 KB
Αριθμός Εγκαταστάσεων 90
Τρέχουσα Έκδοση 1.18
Τελευταία Ενημέρωση 2015-06-11
Ημερομηνία Δημοσίευσης 2015-06-11
Αξιολόγηση 4.95/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής from-nibly
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://fromnibly.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "imgur heart",
    "description": "Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love",
    "version": "1.18",
    "options_page": "options\/options.html",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "img\/bigicon.png"
    },
    "options_ui": {
        "page": "options\/options.html"
    },
    "browser_action": {
        "name": "bring back heart",
        "icons": [
            "img\/icon.png"
        ],
        "default_icon": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "lib\/js\/jquery.js",
            "options\/event.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "background\/background.css",
                "lib\/css\/bootstrap.css"
            ],
            "js": [
                "lib\/js\/jquery.js",
                "background\/background.js",
                "lib\/js\/bootstrap.min.js"
            ],
            "matches": [
                "http:\/\/imgur.com\/gallery\/*",
                "https:\/\/imgur.com\/gallery\/*",
                "http:\/\/*.imgur.com\/gallery\/*",
                "https:\/\/*.imgur.com\/gallery\/*",
                "http:\/\/imgur.com\/t\/*\/*",
                "https:\/\/imgur.com\/t\/*\/*",
                "http:\/\/*.imgur.com\/t\/*\/*",
                "https:\/\/*.imgur.com\/t\/*\/*",
                "http:\/\/imgur.com\/topic\/*\/*",
                "https:\/\/imgur.com\/topic\/*\/*",
                "http:\/\/*.imgur.com\/topic\/*\/*",
                "https:\/\/*.imgur.com\/topic\/*\/*",
                "http:\/\/anton-portfolio.info\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/sprites.png",
        "css\/greenheart.css"
    ]
}