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 } |