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.

¿Qué es Retinabbble?

Retinabbble es una extensión de Chrome desarrollada por Mamun Srizon, y su función principal es "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.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Retinabbble

Descarga archivos de extensión Retinabbble en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Retinabbble Retinabbble
ID noiidcpopkcmgmmcdjidgjpbgnooaejf
URL Oficial https://chromewebstore.google.com/detail/retinabbble/noiidcpopkcmgmmcdjidgjpbgnooaejf
Descripción 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.
Tamaño del Archivo 114 KB
Cantidad de Instalaciones 75
Versión Actual 1.0.1
Última Actualización 2015-07-27
Fecha de Publicación 2015-07-27
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador Mamun Srizon
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}