Collect UI Collector's Extension
Collect designs from Dribbble and Panda Dribbble Feed
What is Collect UI Collector's Extension?
Collect UI Collector's Extension is a Chrome extension developed by https://collectui.com, and its main feature is "Collect designs from Dribbble and Panda Dribbble Feed".
Extension Screenshots
Download Collect UI Collector's Extension Extension CRX File
Download Collect UI Collector's Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Use our extension to submit Dribbble shots easily and browse similar designs on http://collectui.com
Extension Basic Information
Name | Collect UI Collector's Extension |
ID | eipaedejipdbpekheidjdpiogbnbafjm |
Official URL | https://chromewebstore.google.com/detail/collect-ui-collectors-ext/eipaedejipdbpekheidjdpiogbnbafjm |
Description | Collect designs from Dribbble and Panda Dribbble Feed |
File Size | 46.5 KB |
Installation Count | 3,615 |
Current Version | 0.1.6 |
Last Updated | 2016-12-09 |
Publish Date | 2016-12-09 |
Rating | 4.63/5 Total 8 Ratings |
Developer | https://collectui.com |
[email protected] | |
Payment Type | free |
Extension Website | http://collectui.com |
Privacy Policy Page URL | https://asteya.network/asteya-network-extensions-privacy-policy |
Supported Languages | 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 } |