3D Randomizer
Get random 3D printing models from famous 3D printing websites
Τι είναι το 3D Randomizer;
Το 3D Randomizer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον PeriniM, και η κύρια λειτουργία του είναι "Get random 3D printing models from famous 3D printing websites".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 3D Randomizer
Λήψη αρχείων επέκτασης 3D Randomizer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Introducing the 3D Randomizer! With just the click of a button, you'll have access to a vast array of 3D printing designs accurately chosen from Cults3D.com. Say goodbye to hours of browsing and searching for the perfect design. This extension will randomly choose a design for you, giving you the freedom to explore new and exciting possibilities. Whether you're a seasoned 3D printing pro or just starting out, this extension is a must-have for anyone looking to boost their creativity and streamline their 3D printing process. Give it a try today and see what you can create!
Βασικές Πληροφορίες Επέκτασης
Όνομα | 3D Randomizer |
ID | lbjdommmhnfdapkijofjeplgiaejojcl |
Επίσημο URL | https://chromewebstore.google.com/detail/3d-randomizer/lbjdommmhnfdapkijofjeplgiaejojcl |
Περιγραφή | Get random 3D printing models from famous 3D printing websites |
Μέγεθος Αρχείου | 169 KB |
Αριθμός Εγκαταστάσεων | 168 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2023-02-02 |
Ημερομηνία Δημοσίευσης | 2023-01-30 |
Αξιολόγηση | 4.75/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | PeriniM |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://perinim.github.io/3D-randomizer-website/src/privacy-policy.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "3D Randomizer", "version": "1.1.0", "description": "Get random 3D printing models from famous 3D printing websites", "manifest_version": 3, "author": "Marco Perini", "action": { "default_popup": "src\/index.html", "default_title": "3D Print Randomizer" }, "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "permissions": [ "storage" ] } |