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 là gì?
Studio Designer Capture là một tiện ích mở rộng Chrome được phát triển bởi StudioDesigner Support, và tính năng chính của nó là "Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Studio Designer Capture
Tải xuống các tệp mở rộng Studio Designer Capture dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Studio Designer Capture |
ID | hkpdeailbnbffkgcepljgkcfjghmacdj |
URL Chính Thức | https://chromewebstore.google.com/detail/studio-designer-capture/hkpdeailbnbffkgcepljgkcfjghmacdj |
Mô tả | Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website. |
Kích Thước Tệp | 229 KB |
Số Lần Cài Đặt | 6,806 |
Phiên Bản Hiện Tại | 1.9.28 |
Cập Nhật Lần Cuối | 2024-01-25 |
Ngày Phát Hành | 2020-06-23 |
Đánh Giá | 3.22/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | StudioDesigner Support |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.studiodesigner.com |
URL Trang Trợ Giúp | https://studiodesignersupport.zendesk.com/hc/en-us |
URL Trang Chính Sách Bảo Mật | https://www.studiodesigner.com |
Ngôn Ngữ Được Hỗ Trợ | 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 } |