Studio Designer Capture
Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.
What is Studio Designer Capture?
Studio Designer Capture is a Chrome extension developed by StudioDesigner Support, and its main feature is "Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.".
Extension Screenshots
Download Studio Designer Capture Extension CRX File
Download Studio Designer Capture extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Studio Designer Capture |
ID | hkpdeailbnbffkgcepljgkcfjghmacdj |
Official URL | https://chromewebstore.google.com/detail/studio-designer-capture/hkpdeailbnbffkgcepljgkcfjghmacdj |
Description | Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website. |
File Size | 229 KB |
Installation Count | 6,806 |
Current Version | 1.9.28 |
Last Updated | 2024-01-25 |
Publish Date | 2020-06-23 |
Rating | 3.22/5 Total 9 Ratings |
Developer | StudioDesigner Support |
[email protected] | |
Payment Type | free |
Extension Website | http://www.studiodesigner.com |
Help Page URL | https://studiodesignersupport.zendesk.com/hc/en-us |
Privacy Policy Page URL | https://www.studiodesigner.com |
Supported Languages | 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 } |