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'est-ce que Retinabbble ?

Retinabbble est une extension Chrome développée par Mamun Srizon, et sa fonction principale est "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.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Retinabbble

Téléchargez les fichiers d'extension Retinabbble au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Retinabbble Retinabbble
ID noiidcpopkcmgmmcdjidgjpbgnooaejf
URL Officiel https://chromewebstore.google.com/detail/retinabbble/noiidcpopkcmgmmcdjidgjpbgnooaejf
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.
Taille du Fichier 114 KB
Nombre d'Installations 75
Version Actuelle 1.0.1
Dernière Mise à Jour 2015-07-27
Date de Publication 2015-07-27
Évaluation 5.00/5 Total 6 Évaluations
Développeur Mamun Srizon
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}