Themeforest High Resolution Thumbnails

Browse themeforest with Theme Picture instead of Theme avatar

ما هو Themeforest High Resolution Thumbnails؟

Themeforest High Resolution Thumbnails هو إضافة Chrome تم تطويرها بواسطة http://www.ivivelabs.com، والميزة الرئيسية لها هي "Browse themeforest with Theme Picture instead of Theme avatar".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Themeforest High Resolution Thumbnails

قم بتنزيل ملفات الامتداد Themeforest High Resolution Thumbnails بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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