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