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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย StudioDesigner Support และคุณลักษณะหลักของมันคือ "Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Studio Designer Capture
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } |