Themeforest High Resolution Thumbnails

Browse themeforest with Theme Picture instead of Theme avatar

Co je Themeforest High Resolution Thumbnails?

Themeforest High Resolution Thumbnails je rozšíření Chrome vyvinuté http://www.ivivelabs.com, a jeho hlavní funkcí je „Browse themeforest with Theme Picture instead of Theme avatar“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Themeforest High Resolution Thumbnails

Stáhněte si soubory rozšíření Themeforest High Resolution Thumbnails 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í

                        Browse Themeforest.net with thumbails of the mouseover previews without mouseover and load by default. This saves from annoying mouseover. Useful when you want to pick a theme and have to browse through a lot. 

Future Plans.

1) Keyboard Shortcut to turn the extension on/off
2) Customize the # of Grid
3) Also display the logo as an insert along the theme thumbnails.


Change Log : 
===========
Sept 16, 2012:
Fixed Grid Calculation for Themeforests' changed markup                    

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

Název Themeforest High Resolution Thumbnails Themeforest High Resolution Thumbnails
ID kikeaeahbcbddkapeolpmhncjjaojjep
Oficiální URL https://chrome.google.com/webstore/detail/themeforest-high-resoluti/kikeaeahbcbddkapeolpmhncjjaojjep
Popis Browse themeforest with Theme Picture instead of Theme avatar
Velikost souboru 34.24 KB
Počet instalací 38
Aktuální Verze 1.2
Poslední Aktualizace 2014-09-16
Datum Vydání 2014-09-16
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář http://www.ivivelabs.com
Typ Platby free
Webové stránky Rozšíření http://www.ivivelabs.com
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Themeforest High Resolution Thumbnails",
    "version": "1.2",
    "author": "M. Mahbubur Rahman ",
    "manifest_version": 2,
    "description": "Browse themeforest with Theme Picture instead of Theme avatar",
    "short_name": "Themeforest thumbnails",
    "browser_action": {
        "name": "ThemeForest Thumb",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/themeforest.net\/category\/*",
                "http:\/\/themeforest.net\/search?*",
                "http:\/\/themeforest.net\/tags\/*",
                "http:\/\/themeforest.net\/popular_item\/*"
            ]
        }
    ]
}