Themeforest High Resolution Thumbnails

Browse themeforest with Theme Picture instead of Theme avatar

Apa itu Themeforest High Resolution Thumbnails?

Themeforest High Resolution Thumbnails adalah ekstensi Chrome yang dikembangkan oleh http://www.ivivelabs.com, dan fitur utamanya adalah "Browse themeforest with Theme Picture instead of Theme avatar".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Themeforest High Resolution Thumbnails

Unduh file ekstensi Themeforest High Resolution Thumbnails dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Themeforest High Resolution Thumbnails Themeforest High Resolution Thumbnails
ID kikeaeahbcbddkapeolpmhncjjaojjep
URL Resmi https://chrome.google.com/webstore/detail/themeforest-high-resoluti/kikeaeahbcbddkapeolpmhncjjaojjep
Deskripsi Browse themeforest with Theme Picture instead of Theme avatar
Ukuran File 34.24 KB
Jumlah Instalasi 38
Versi Saat Ini 1.2
Terakhir Diperbarui 2014-09-16
Tanggal Publikasi 2014-09-16
Penilaian 4.00/5 Total 4 Penilaian
Pengembang http://www.ivivelabs.com
Tipe Pembayaran free
Situs Ekstensi http://www.ivivelabs.com
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}