Dribbble Shotclock

Watch your last shot on Dribbble

ما هو Dribbble Shotclock؟

Dribbble Shotclock هو إضافة Chrome تم تطويرها بواسطة http://www.fedegarlo.com، والميزة الرئيسية لها هي "Watch your last shot on Dribbble".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Dribbble Shotclock

قم بتنزيل ملفات الامتداد Dribbble Shotclock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}