imgur heart

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

Co je imgur heart?

imgur heart je rozšíření Chrome vyvinuté from-nibly, a jeho hlavní funkcí je „Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření imgur heart

Stáhněte si soubory rozšíření imgur heart ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název imgur heart imgur heart
ID kcdgmpophadgjfkjdefoinnbnikhlone
Oficiální URL https://chromewebstore.google.com/detail/imgur-heart/kcdgmpophadgjfkjdefoinnbnikhlone
Popis Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love
Velikost souboru 186 KB
Počet instalací 90
Aktuální Verze 1.18
Poslední Aktualizace 2015-06-11
Datum Vydání 2015-06-11
Hodnocení 4.95/5 Celkem 20 Hodnocení
Vývojář from-nibly
Typ Platby free
Webové stránky Rozšíření http://fromnibly.com
Podporované Jazyky 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"
    ]
}