Themeforest High Resolution Thumbnails

Browse themeforest with Theme Picture instead of Theme avatar

Qu'est-ce que Themeforest High Resolution Thumbnails ?

Themeforest High Resolution Thumbnails est une extension Chrome développée par http://www.ivivelabs.com, et sa fonction principale est "Browse themeforest with Theme Picture instead of Theme avatar".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Themeforest High Resolution Thumbnails

Téléchargez les fichiers d'extension Themeforest High Resolution Thumbnails au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Themeforest High Resolution Thumbnails Themeforest High Resolution Thumbnails
ID kikeaeahbcbddkapeolpmhncjjaojjep
URL Officiel https://chrome.google.com/webstore/detail/themeforest-high-resoluti/kikeaeahbcbddkapeolpmhncjjaojjep
Description Browse themeforest with Theme Picture instead of Theme avatar
Taille du Fichier 34.24 KB
Nombre d'Installations 38
Version Actuelle 1.2
Dernière Mise à Jour 2014-09-16
Date de Publication 2014-09-16
Évaluation 4.00/5 Total 4 Évaluations
Développeur http://www.ivivelabs.com
Type de Paiement free
Site Web de l'Extension http://www.ivivelabs.com
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}