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
官方網址 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\/*"
            ]
        }
    ]
}