Collect UI Collector's Extension
Collect designs from Dribbble and Panda Dribbble Feed
Co to jest Collect UI Collector's Extension?
Collect UI Collector's Extension to rozszerzenie Chrome opracowane przez https://collectui.com, a jego główną funkcją jest „Collect designs from Dribbble and Panda Dribbble Feed”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Collect UI Collector's Extension
Pobierz pliki rozszerzeń Collect UI Collector's Extension 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
Use our extension to submit Dribbble shots easily and browse similar designs on http://collectui.com
Podstawowe informacje o rozszerzeniu
Nazwa | Collect UI Collector's Extension |
ID | eipaedejipdbpekheidjdpiogbnbafjm |
Oficjalny URL | https://chromewebstore.google.com/detail/collect-ui-collectors-ext/eipaedejipdbpekheidjdpiogbnbafjm |
Opis | Collect designs from Dribbble and Panda Dribbble Feed |
Rozmiar pliku | 46.5 KB |
Liczba instalacji | 3,615 |
Aktualna Wersja | 0.1.6 |
Ostatnia Aktualizacja | 2016-12-09 |
Data Publikacji | 2016-12-09 |
Ocena | 4.63/5 Łącznie 8 Oceny |
Deweloper | https://collectui.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://collectui.com |
Adres URL Strony Polityki Prywatności | https://asteya.network/asteya-network-extensions-privacy-policy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Collect UI Collector's Extension", "description": "Collect designs from Dribbble and Panda Dribbble Feed", "version": "0.1.6", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/dribbble.com\/*" ], "js": [ "jquery.js", "background.js" ], "css": [ "css\/style.css" ] } ], "manifest_version": 2 } |