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\/*"
            ]
        }
    ]
}