Dribbble Shotclock
Watch your last shot on Dribbble
Co to jest Dribbble Shotclock?
Dribbble Shotclock to rozszerzenie Chrome opracowane przez http://www.fedegarlo.com, a jego główną funkcją jest „Watch your last shot on Dribbble”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dribbble Shotclock
Pobierz pliki rozszerzeń Dribbble Shotclock w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ehgegpddogfbhmkbdcoojeefmjelmbec |
Oficjalny URL | https://chrome.google.com/webstore/detail/dribbble-shotclock/ehgegpddogfbhmkbdcoojeefmjelmbec |
Opis | Watch your last shot on Dribbble |
Rozmiar pliku | 139 KB |
Liczba instalacji | 14 |
Aktualna Wersja | 1.22 |
Ostatnia Aktualizacja | 2014-04-27 |
Data Publikacji | 2014-04-27 |
Ocena | 4.17/5 Łącznie 6 Oceny |
Deweloper | http://www.fedegarlo.com |
Typ Płatności | free |
Strona Rozszerzenia | http://www.fedegarlo.com |
Obsługiwane Języki | 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" } |