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.”。
扩展截图
下载Collecta扩展crx文件
下载Collecta扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Right click to save into your 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
        }
    ]
}  |  |