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.

Retinabbbleとは何ですか?

RetinabbbleはMamun Srizonによって開発されたChromeの拡張機能で、その主な機能は「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
screenshot
screenshot

Retinabbble拡張機能のCRXファイルをダウンロード

Retinabbble拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Retinabbble Retinabbble
ID noiidcpopkcmgmmcdjidgjpbgnooaejf
公式URL https://chromewebstore.google.com/detail/retinabbble/noiidcpopkcmgmmcdjidgjpbgnooaejf
説明 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.
ファイルサイズ 114 KB
インストール数 75
現在のバージョン 1.0.1
最終更新日 2015-07-27
公開日 2015-07-27
評価 5.00/5 合計 6 レビュー
開発者 Mamun Srizon
支払い方法 free
対応言語 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"
            ]
        }
    ]
}