Retinabbble

If you are a dribbble addicted as well as you have a high resulation display, it's time to view more dribbble shots in a row.

Retinabbbleคืออะไร?

Retinabbble เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mamun Srizon และคุณลักษณะหลักของมันคือ "If you are a dribbble addicted as well as you have a high resulation display, it's time to view more dribbble shots in a row."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Retinabbble

ดาวน์โหลดไฟล์ส่วนขยาย Retinabbble ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extend your dribbble pages to full width no matter how big your screens are.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Retinabbble Retinabbble
ID noiidcpopkcmgmmcdjidgjpbgnooaejf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/retinabbble/noiidcpopkcmgmmcdjidgjpbgnooaejf
คำอธิบาย If you are a dribbble addicted as well as you have a high resulation display, it's time to view more dribbble shots in a row.
ขนาดไฟล์ 114 KB
จำนวนการติดตั้ง 75
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2015-07-27
วันที่เผยแพร่ 2015-07-27
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Mamun Srizon
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Retinabbble",
    "description": "If you are a dribbble addicted as well as you have a high resulation display, it's time to view more dribbble shots in a row.",
    "author": "Mamun Srizon",
    "homepage_url": "http:\/\/dribbble.com\/srizon",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/retinabbble-16.png",
        "48": "icons\/retinabbble-48.png",
        "128": "icons\/retinabbble-128.png",
        "512": "icons\/retinabbble-512.png"
    },
    "permissions": [
        "https:\/\/dribbble.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dribbble.com\/*"
            ],
            "css": [
                "css\/retinabbble.css"
            ]
        }
    ]
}