SimplyPrint
Send files directly to SimplyPrint
SimplyPrintคืออะไร?
SimplyPrint เป็นส่วนขยายของ Chrome ที่พัฒนาโดย simplyprint3d และคุณลักษณะหลักของมันคือ "Send files directly to SimplyPrint"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SimplyPrint
ดาวน์โหลดไฟล์ส่วนขยาย SimplyPrint ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Instantly 3D print or slice files from Thingiverse and Printables - anywhere, anytime, from any device, wirelessly. This extension adds a "Send to SimplyPrint" button to the 3D model sharing sites, Thingiverse and Printables, allowing you to, with 1 click, send a given file to the SimplyPrint Cloud platform, where you can print the file, slice or save it, or add it to your print queue! Features; - Adds a "Send to SimplyPrint" button to; Thingiverse & Printables 3D models - Adds a SimplyPrint icon in your browser toolbar, which on-click takes you to the web-panel (can be removed)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SimplyPrint |
ID | ajimllenbipapigpfnncfenedhenkpfb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simplyprint/ajimllenbipapigpfnncfenedhenkpfb |
คำอธิบาย | Send files directly to SimplyPrint |
ขนาดไฟล์ | 105 KB |
จำนวนการติดตั้ง | 280 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2023-10-06 |
วันที่เผยแพร่ | 2023-08-14 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | simplyprint3d |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://simplyprint.io/ |
URL หน้าช่วยเหลือ | https://simplyprint.io/contact |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SimplyPrint", "description": "Send files directly to SimplyPrint", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.thingiverse.com\/thing:*" ], "js": [ "content_scripts\/thingiverse.js" ] }, { "matches": [ "https:\/\/*.printables.com\/*" ], "js": [ "content_scripts\/printables.js" ] } ], "web_accessible_resources": [ { "resources": [ "icons\/icon_black.svg" ], "matches": [ "https:\/\/*.printables.com\/*", "https:\/\/www.thingiverse.com\/*" ] } ], "action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_popup": "popup\/popup.html" }, "version": "1.3" } |