Dribbble Shotclock

Watch your last shot on Dribbble

Dribbble Shotclockとは何ですか?

Dribbble Shotclockはhttp://www.fedegarlo.comによって開発されたChromeの拡張機能で、その主な機能は「Watch your last shot on Dribbble」です。

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

screenshot

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

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

拡張機能の使用方法

                        It allows you to have all the information about your last shot at Dribbble. Comments, views, likes ... And all in your browser, wherever you are. From player to player, recommended;)

Now, you can note what number has changed with a fabolous pink colour.                    

拡張機能の基本情報

名前 Dribbble Shotclock Dribbble Shotclock
ID ehgegpddogfbhmkbdcoojeefmjelmbec
公式URL https://chrome.google.com/webstore/detail/dribbble-shotclock/ehgegpddogfbhmkbdcoojeefmjelmbec
説明 Watch your last shot on Dribbble
ファイルサイズ 139 KB
インストール数 14
現在のバージョン 1.22
最終更新日 2014-04-27
公開日 2014-04-27
評価 4.17/5 合計 6 レビュー
開発者 http://www.fedegarlo.com
支払い方法 free
拡張機能のウェブサイト http://www.fedegarlo.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dribbble Shotclock",
    "version": "1.22",
    "description": "Watch your last shot on Dribbble",
    "icons": {
        "48": "img\/dribbble_48.png",
        "128": "img\/dribbble_128.png",
        "16": "img\/dribbble_16.png"
    },
    "short_name": "Shotclock",
    "browser_action": {
        "default_icon": "img\/dribbble_128.png",
        "default_title": "See info about your last shot on Dribbble",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/query.yahooapis.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' https:\/\/api.dribbble.com"
}