Collecta

Browser extension to save images and upload them to Collecta.

Collecta란 무엇입니까?

Collecta은(는) https://collecta.space에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser extension to save images and upload them to Collecta."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Collecta 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Right click to save into your Collecta.                    

확장 프로그램 기본 정보

이름 Collecta Collecta
ID podjbejjcjbjafpieigfffcdgkfabbai
공식 URL https://chromewebstore.google.com/detail/collecta/podjbejjcjbjafpieigfffcdgkfabbai
설명 Browser extension to save images and upload them to Collecta.
파일 크기 72.69 KB
설치 횟수 20
현재 버전 2.1.0
최근 업데이트 2023-12-23
출시 날짜 2021-04-16
개발자 https://collecta.space
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://collecta.space
도움말 페이지 URL https://collecta.space/account
개인정보 보호 정책 페이지 URL https://collecta.space/legal/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Collecta",
    "description": "Browser extension to save images and upload them to Collecta.",
    "version": "2.1.0",
    "version_name": "2.1.0",
    "icons": {
        "16": "src\/assets\/icons\/icon-16.png",
        "32": "src\/assets\/icons\/icon-32.png",
        "48": "src\/assets\/icons\/icon-48.png",
        "128": "src\/assets\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-f124f6a1.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "css": [
                "assets\/index-733d3e81.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/collecta.space\/*",
        "https:\/\/*.collecta.space\/*",
        "https:\/\/*.mixpanel.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/index.ts-5ee0d402.js"
            ],
            "use_dynamic_url": true
        }
    ]
}