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.

Cos'è Retinabbble?

Retinabbble è un'estensione di Chrome sviluppata da Mamun Srizon, e la sua funzione principale è "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 dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Retinabbble

Scarica i file di estensione Retinabbble in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Retinabbble Retinabbble
ID noiidcpopkcmgmmcdjidgjpbgnooaejf
URL Ufficiale https://chromewebstore.google.com/detail/retinabbble/noiidcpopkcmgmmcdjidgjpbgnooaejf
Descrizione 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.
Dimensione del File 114 KB
Conteggio Installazioni 75
Versione Corrente 1.0.1
Ultimo Aggiornamento 2015-07-27
Data di Pubblicazione 2015-07-27
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore Mamun Srizon
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}