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.

Apa itu Retinabbble?

Retinabbble adalah ekstensi Chrome yang dikembangkan oleh Mamun Srizon, dan fitur utamanya adalah "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 Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Retinabbble

Unduh file ekstensi Retinabbble 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

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

Informasi Dasar Ekstensi

Nama Retinabbble Retinabbble
ID noiidcpopkcmgmmcdjidgjpbgnooaejf
URL Resmi https://chromewebstore.google.com/detail/retinabbble/noiidcpopkcmgmmcdjidgjpbgnooaejf
Deskripsi 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.
Ukuran File 114 KB
Jumlah Instalasi 75
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2015-07-27
Tanggal Publikasi 2015-07-27
Penilaian 5.00/5 Total 6 Penilaian
Pengembang Mamun Srizon
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}