Collect UI Collector's Extension
Collect designs from Dribbble and Panda Dribbble Feed
Vad är Collect UI Collector's Extension?
Collect UI Collector's Extension är en Chrome-tillägg utvecklad av https://collectui.com, och dess huvudfunktion är "Collect designs from Dribbble and Panda Dribbble Feed".
Tilläggsskärmbilder
Ladda ner Collect UI Collector's Extension-förlängningens CRX-fil
Ladda ner Collect UI Collector's Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Use our extension to submit Dribbble shots easily and browse similar designs on http://collectui.com Grundläggande Information om Tillägg
| Namn | |
| ID | eipaedejipdbpekheidjdpiogbnbafjm |
| Officiell webbadress | https://chromewebstore.google.com/detail/collect-ui-collectors-ext/eipaedejipdbpekheidjdpiogbnbafjm |
| Beskrivning | Collect designs from Dribbble and Panda Dribbble Feed |
| Filstorlek | 46.5 KB |
| Antal Installationer | 3,615 |
| Aktuell Version | 0.1.6 |
| Senast Uppdaterad | 2016-12-09 |
| Publiceringsdatum | 2016-12-09 |
| Betyg | 4.63/5 Totalt 8 Betyg |
| Utvecklare | https://collectui.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://collectui.com |
| URL till Sekretesspolicy Sidan | https://asteya.network/asteya-network-extensions-privacy-policy |
| Stödda Språk | 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
} | |