Themeforest High Resolution Thumbnails

Browse themeforest with Theme Picture instead of Theme avatar

¿Qué es Themeforest High Resolution Thumbnails?

Themeforest High Resolution Thumbnails es una extensión de Chrome desarrollada por http://www.ivivelabs.com, y su función principal es "Browse themeforest with Theme Picture instead of Theme avatar".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Themeforest High Resolution Thumbnails

Descarga archivos de extensión Themeforest High Resolution Thumbnails en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Themeforest High Resolution Thumbnails Themeforest High Resolution Thumbnails
ID kikeaeahbcbddkapeolpmhncjjaojjep
URL Oficial https://chrome.google.com/webstore/detail/themeforest-high-resoluti/kikeaeahbcbddkapeolpmhncjjaojjep
Descripción Browse themeforest with Theme Picture instead of Theme avatar
Tamaño del Archivo 34.24 KB
Cantidad de Instalaciones 38
Versión Actual 1.2
Última Actualización 2014-09-16
Fecha de Publicación 2014-09-16
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador http://www.ivivelabs.com
Tipo de Pago free
Sitio Web de la Extensión http://www.ivivelabs.com
Idiomas Soportados 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\/*"
            ]
        }
    ]
}