Studio Designer Capture

Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.

什么是Studio Designer Capture?

Studio Designer Capture是由StudioDesigner Support开发的Chrome扩展程序,该扩展的主要功能是“Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.”。

扩展截图

screenshot

下载Studio Designer Capture扩展crx文件

下载Studio Designer Capture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Studio Capture is a tool that allows you to create or edit items from descriptions and images that you capture from any website from context menu. But first you need to login using your account for https://app.studiodesigner.com/ site.                    

扩展基本信息

名称 Studio Designer Capture Studio Designer Capture
ID hkpdeailbnbffkgcepljgkcfjghmacdj
官方URL https://chromewebstore.google.com/detail/studio-designer-capture/hkpdeailbnbffkgcepljgkcfjghmacdj
简介 Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.
文件大小 229 KB
安装次数 6,806
当前版本 1.9.28
更新时间 2024-01-25
上架时间 2020-06-23
评分 3.22/5 共9次评分
开发者 StudioDesigner Support
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.studiodesigner.com
帮助页面URL https://studiodesignersupport.zendesk.com/hc/en-us
隐私政策页面URL https://www.studiodesigner.com
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Studio Designer Capture",
    "version": "1.9.28",
    "description": "Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.",
    "host_permissions": [
        "https:\/\/app.studiodesigner.com\/"
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "declarativeContent",
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/SD-App-Icon-1024x1024-16.png",
            "32": "images\/SD-App-Icon-1024x1024-32.png",
            "48": "images\/SD-App-Icon-1024x1024-64.png",
            "128": "images\/SD-App-Icon-1024x1024-128.png"
        }
    },
    "icons": {
        "16": "images\/SD-App-Icon-1024x1024-16.png",
        "32": "images\/SD-App-Icon-1024x1024-32.png",
        "48": "images\/SD-App-Icon-1024x1024-64.png",
        "128": "images\/SD-App-Icon-1024x1024-128.png"
    },
    "options_page": "index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "index.js",
                "styles.css",
                "screenshot.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}