Themeforest High Resolution Thumbnails

Browse themeforest with Theme Picture instead of Theme avatar

Cos'è Themeforest High Resolution Thumbnails?

Themeforest High Resolution Thumbnails è un'estensione di Chrome sviluppata da http://www.ivivelabs.com, e la sua funzione principale è "Browse themeforest with Theme Picture instead of Theme avatar".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Themeforest High Resolution Thumbnails

Scarica i file di estensione Themeforest High Resolution Thumbnails in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Themeforest High Resolution Thumbnails Themeforest High Resolution Thumbnails
ID kikeaeahbcbddkapeolpmhncjjaojjep
URL Ufficiale https://chrome.google.com/webstore/detail/themeforest-high-resoluti/kikeaeahbcbddkapeolpmhncjjaojjep
Descrizione Browse themeforest with Theme Picture instead of Theme avatar
Dimensione del File 34.24 KB
Conteggio Installazioni 38
Versione Corrente 1.2
Ultimo Aggiornamento 2014-09-16
Data di Pubblicazione 2014-09-16
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore http://www.ivivelabs.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.ivivelabs.com
Lingue Supportate 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\/*"
            ]
        }
    ]
}