Collect UI Collector's Extension
Collect designs from Dribbble and Panda Dribbble Feed
什么是Collect UI Collector's Extension?
Collect UI Collector's Extension是由https://collectui.com开发的Chrome扩展程序,该扩展的主要功能是“Collect designs from Dribbble and Panda Dribbble Feed”。
扩展截图
下载Collect UI Collector's Extension扩展crx文件
下载Collect UI Collector's Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use our extension to submit Dribbble shots easily and browse similar designs on http://collectui.com
扩展基本信息
名称 | Collect UI Collector's Extension |
ID | eipaedejipdbpekheidjdpiogbnbafjm |
官方URL | https://chromewebstore.google.com/detail/collect-ui-collectors-ext/eipaedejipdbpekheidjdpiogbnbafjm |
简介 | Collect designs from Dribbble and Panda Dribbble Feed |
文件大小 | 46.5 KB |
安装次数 | 3,615 |
当前版本 | 0.1.6 |
更新时间 | 2016-12-09 |
上架时间 | 2016-12-09 |
评分 | 4.63/5 共8次评分 |
开发者 | https://collectui.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://collectui.com |
隐私政策页面URL | https://asteya.network/asteya-network-extensions-privacy-policy |
支持的语言 | 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 } |