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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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\/*"
            ]
        }
    ]
}