Themeforest High Resolution Thumbnails

Browse themeforest with Theme Picture instead of Theme avatar

Co to jest Themeforest High Resolution Thumbnails?

Themeforest High Resolution Thumbnails to rozszerzenie Chrome opracowane przez http://www.ivivelabs.com, a jego główną funkcją jest „Browse themeforest with Theme Picture instead of Theme avatar”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Themeforest High Resolution Thumbnails

Pobierz pliki rozszerzeń Themeforest High Resolution Thumbnails w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Themeforest High Resolution Thumbnails Themeforest High Resolution Thumbnails
ID kikeaeahbcbddkapeolpmhncjjaojjep
Oficjalny URL https://chrome.google.com/webstore/detail/themeforest-high-resoluti/kikeaeahbcbddkapeolpmhncjjaojjep
Opis Browse themeforest with Theme Picture instead of Theme avatar
Rozmiar pliku 34.24 KB
Liczba instalacji 38
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2014-09-16
Data Publikacji 2014-09-16
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper http://www.ivivelabs.com
Typ Płatności free
Strona Rozszerzenia http://www.ivivelabs.com
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}