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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Collect UI Collector's Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Use our extension to submit Dribbble shots easily and browse similar designs on http://collectui.com                    

확장 프로그램 기본 정보

이름 Collect UI Collector's Extension 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
}