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ファイルをダウンロード

Collecta拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
        }
    ]
}