Themeforest High Resolution Thumbnails

Browse themeforest with Theme Picture instead of Theme avatar

Was ist Themeforest High Resolution Thumbnails?

Themeforest High Resolution Thumbnails ist eine Chrome-Erweiterung, die von http://www.ivivelabs.com entwickelt wurde, und ihr Hauptmerkmal ist "Browse themeforest with Theme Picture instead of Theme avatar".

Erweiterungsscreenshots

screenshot

Themeforest High Resolution Thumbnails-Erweiterungs-CRX-Datei herunterladen

Laden Sie Themeforest High Resolution Thumbnails-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Themeforest High Resolution Thumbnails Themeforest High Resolution Thumbnails
ID kikeaeahbcbddkapeolpmhncjjaojjep
Offizielle URL https://chrome.google.com/webstore/detail/themeforest-high-resoluti/kikeaeahbcbddkapeolpmhncjjaojjep
Beschreibung Browse themeforest with Theme Picture instead of Theme avatar
Dateigröße 34.24 KB
Installationsanzahl 38
Aktuelle Version 1.2
Letztes Update 2014-09-16
Veröffentlichungsdatum 2014-09-16
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler http://www.ivivelabs.com
Zahlungsart free
Erweiterungswebsite http://www.ivivelabs.com
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}