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.

Was ist Retinabbble?

Retinabbble ist eine Chrome-Erweiterung, die von Mamun Srizon entwickelt wurde, und ihr Hauptmerkmal ist "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.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Retinabbble-Erweiterungs-CRX-Datei herunterladen

Laden Sie Retinabbble-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Retinabbble Retinabbble
ID noiidcpopkcmgmmcdjidgjpbgnooaejf
Offizielle URL https://chromewebstore.google.com/detail/retinabbble/noiidcpopkcmgmmcdjidgjpbgnooaejf
Beschreibung 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.
Dateigröße 114 KB
Installationsanzahl 75
Aktuelle Version 1.0.1
Letztes Update 2015-07-27
Veröffentlichungsdatum 2015-07-27
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler Mamun Srizon
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}