Themeforest High Resolution Thumbnails

Browse themeforest with Theme Picture instead of Theme avatar

Τι είναι το Themeforest High Resolution Thumbnails;

Το Themeforest High Resolution Thumbnails είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.ivivelabs.com, και η κύρια λειτουργία του είναι "Browse themeforest with Theme Picture instead of Theme avatar".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Themeforest High Resolution Thumbnails

Λήψη αρχείων επέκτασης Themeforest High Resolution Thumbnails σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Themeforest High Resolution Thumbnails Themeforest High Resolution Thumbnails
ID kikeaeahbcbddkapeolpmhncjjaojjep
Επίσημο URL https://chrome.google.com/webstore/detail/themeforest-high-resoluti/kikeaeahbcbddkapeolpmhncjjaojjep
Περιγραφή Browse themeforest with Theme Picture instead of Theme avatar
Μέγεθος Αρχείου 34.24 KB
Αριθμός Εγκαταστάσεων 38
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2014-09-16
Ημερομηνία Δημοσίευσης 2014-09-16
Αξιολόγηση 4.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής http://www.ivivelabs.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.ivivelabs.com
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}