Themeforest High Resolution Thumbnails

Browse themeforest with Theme Picture instead of Theme avatar

What is Themeforest High Resolution Thumbnails?

Themeforest High Resolution Thumbnails is a Chrome extension developed by http://www.ivivelabs.com, and its main feature is "Browse themeforest with Theme Picture instead of Theme avatar".

Extension Screenshots

screenshot

Download Themeforest High Resolution Thumbnails Extension CRX File

Download Themeforest High Resolution Thumbnails extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Themeforest High Resolution Thumbnails Themeforest High Resolution Thumbnails
ID kikeaeahbcbddkapeolpmhncjjaojjep
Official URL https://chrome.google.com/webstore/detail/themeforest-high-resoluti/kikeaeahbcbddkapeolpmhncjjaojjep
Description Browse themeforest with Theme Picture instead of Theme avatar
File Size 34.24 KB
Installation Count 38
Current Version 1.2
Last Updated 2014-09-16
Publish Date 2014-09-16
Rating 4.00/5 Total 4 Ratings
Developer http://www.ivivelabs.com
Payment Type free
Extension Website http://www.ivivelabs.com
Supported Languages 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\/*"
            ]
        }
    ]
}