Collect UI Collector's Extension
Collect designs from Dribbble and Panda Dribbble Feed
Wat is Collect UI Collector's Extension?
Collect UI Collector's Extension is een Chrome-extensie ontwikkeld door https://collectui.com, en de belangrijkste functie is "Collect designs from Dribbble and Panda Dribbble Feed".
Extensie Screenshots
Download het CRX-bestand van de extensie Collect UI Collector's Extension
Download Collect UI Collector's Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Use our extension to submit Dribbble shots easily and browse similar designs on http://collectui.com Basisinformatie over de Extensie
| Naam | |
| ID | eipaedejipdbpekheidjdpiogbnbafjm |
| Officiële URL | https://chromewebstore.google.com/detail/collect-ui-collectors-ext/eipaedejipdbpekheidjdpiogbnbafjm |
| Beschrijving | Collect designs from Dribbble and Panda Dribbble Feed |
| Bestandsgrootte | 46.5 KB |
| Aantal Installaties | 3,615 |
| Huidige Versie | 0.1.6 |
| Laatst Bijgewerkt | 2016-12-09 |
| Publicatiedatum | 2016-12-09 |
| Beoordeling | 4.63/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | https://collectui.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://collectui.com |
| URL van de Privacybeleid Pagina | https://asteya.network/asteya-network-extensions-privacy-policy |
| Ondersteunde Talen | 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
} | |