Themeforest High Resolution Thumbnails

Browse themeforest with Theme Picture instead of Theme avatar

什么是Themeforest High Resolution Thumbnails?

Themeforest High Resolution Thumbnails是由http://www.ivivelabs.com开发的Chrome扩展程序,该扩展的主要功能是“Browse themeforest with Theme Picture instead of Theme avatar”。

扩展截图

screenshot

下载Themeforest High Resolution Thumbnails扩展crx文件

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