Themeforest High Resolution Thumbnails

Browse themeforest with Theme Picture instead of Theme avatar

O que é Themeforest High Resolution Thumbnails?

Themeforest High Resolution Thumbnails é uma extensão do Chrome desenvolvida por http://www.ivivelabs.com, e sua principal característica é "Browse themeforest with Theme Picture instead of Theme avatar".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Themeforest High Resolution Thumbnails

Baixe arquivos de extensão Themeforest High Resolution Thumbnails no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Themeforest High Resolution Thumbnails Themeforest High Resolution Thumbnails
ID kikeaeahbcbddkapeolpmhncjjaojjep
URL Oficial https://chrome.google.com/webstore/detail/themeforest-high-resoluti/kikeaeahbcbddkapeolpmhncjjaojjep
Descrição Browse themeforest with Theme Picture instead of Theme avatar
Tamanho do Arquivo 34.24 KB
Contagem de Instalações 38
Versão Atual 1.2
Última Atualização 2014-09-16
Data de Publicação 2014-09-16
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor http://www.ivivelabs.com
Tipo de Pagamento free
Site da Extensão http://www.ivivelabs.com
Idiomas Suportados 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\/*"
            ]
        }
    ]
}