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