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.

Wat is Retinabbble?

Retinabbble is een Chrome-extensie ontwikkeld door Mamun Srizon, en de belangrijkste functie is "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.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Retinabbble

Download Retinabbble-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Retinabbble Retinabbble
ID noiidcpopkcmgmmcdjidgjpbgnooaejf
Officiële URL https://chromewebstore.google.com/detail/retinabbble/noiidcpopkcmgmmcdjidgjpbgnooaejf
Beschrijving 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.
Bestandsgrootte 114 KB
Aantal Installaties 75
Huidige Versie 1.0.1
Laatst Bijgewerkt 2015-07-27
Publicatiedatum 2015-07-27
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Mamun Srizon
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}