Dribbble Shot Zoom

See the full size shot without opening it

Dribbble Shot Zoomとは何ですか?

Dribbble Shot ZoomはZviad Sichinavaによって開発されたChromeの拡張機能で、その主な機能は「See the full size shot without opening it」です。

拡張機能のスクリーンショット

screenshot
screenshot

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

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

拡張機能の使用方法

                        See the full-size Dribbble shot without opening it. Please don`t misuse the extension - If you like the shot click the ❤ button from home screen.                    

拡張機能の基本情報

名前 Dribbble Shot Zoom Dribbble Shot Zoom
ID igiifcpbjbgiblknodjjnphaggmnbpji
公式URL https://chrome.google.com/webstore/detail/dribbble-shot-zoom/igiifcpbjbgiblknodjjnphaggmnbpji
説明 See the full size shot without opening it
ファイルサイズ 279 KB
インストール数 116
現在のバージョン 1
最終更新日 2017-01-22
公開日 2017-01-22
評価 5.00/5 合計 7 レビュー
開発者 Zviad Sichinava
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dribbble Shot Zoom",
    "author": "Zviad Sichinava",
    "description": "See the full size shot without opening it",
    "version": "1",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icons\/extension\/16x16.png",
        "48": "icons\/extension\/48x48.png",
        "128": "icons\/extension\/128x128.png"
    },
    "web_accessible_resources": [
        "loading.gif",
        "icons\/web\/icon-off.svg",
        "icons\/web\/icon-lg.svg",
        "icons\/web\/icon-sm.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dribbble.com\/*",
                "http:\/\/dribbble.com\/*"
            ],
            "js": [
                "jquery-3.1.1.slim.min.js",
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}