Themeforest High Resolution Thumbnails

Browse themeforest with Theme Picture instead of Theme avatar

Themeforest High Resolution Thumbnails là gì?

Themeforest High Resolution Thumbnails là một tiện ích mở rộng Chrome được phát triển bởi http://www.ivivelabs.com, và tính năng chính của nó là "Browse themeforest with Theme Picture instead of Theme avatar".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Themeforest High Resolution Thumbnails

Tải xuống các tệp mở rộng Themeforest High Resolution Thumbnails dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Themeforest High Resolution Thumbnails Themeforest High Resolution Thumbnails
ID kikeaeahbcbddkapeolpmhncjjaojjep
URL Chính Thức https://chrome.google.com/webstore/detail/themeforest-high-resoluti/kikeaeahbcbddkapeolpmhncjjaojjep
Mô tả Browse themeforest with Theme Picture instead of Theme avatar
Kích Thước Tệp 34.24 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2014-09-16
Ngày Phát Hành 2014-09-16
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://www.ivivelabs.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.ivivelabs.com
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}