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 擴展基本資訊
| 名稱 | |
| ID | eipaedejipdbpekheidjdpiogbnbafjm |
| 官方網址 | 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
} | |