PlayingInCanvas
We are dedicated in providing quality assets, starter kits and editor extensions for the PlayCanvas content creation platform.
PlayingInCanvasคืออะไร?
PlayingInCanvas เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PlayingInCanvas และคุณลักษณะหลักของมันคือ "We are dedicated in providing quality assets, starter kits and editor extensions for the PlayCanvas content creation platform."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PlayingInCanvas
ดาวน์โหลดไฟล์ส่วนขยาย PlayingInCanvas ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
PlayCanvas is a web-first Game Engine providing cloud services to collaboratively build web 2D and 3D content. We are determined in providing a list of editor extensions that empower PlayCanvas and solve case specific problems. Using this extension you can subscribe and load our libraries directly inside the PlayCanvas editor. Find out more: https://pic.pirron-rodon.one/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PlayingInCanvas |
ID | dfokedhgmlgbgmkhfhcingaieajhibhb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/playingincanvas/dfokedhgmlgbgmkhfhcingaieajhibhb |
คำอธิบาย | We are dedicated in providing quality assets, starter kits and editor extensions for the PlayCanvas content creation platform. |
ขนาดไฟล์ | 37.22 KB |
จำนวนการติดตั้ง | 347 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2020-03-11 |
วันที่เผยแพร่ | 2020-03-10 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | PlayingInCanvas |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://pic.pirron-rodon.one/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PlayingInCanvas", "description": "We are dedicated in providing quality assets, starter kits and editor extensions for the PlayCanvas content creation platform.", "homepage_url": "https:\/\/pic.pirron-rodon.one", "version": "1.0.3", "icons": { "16": "images\/icons\/pic-16.png", "48": "images\/icons\/pic-48.png", "128": "images\/icons\/pic-128.png" }, "browser_action": { "default_popup": "app.html", "default_title": "PlayingInCanvas" }, "permissions": [ "activeTab", "background", "storage", "https:\/\/playcanvas.com\/editor\/*", "https:\/\/pic.pirron-rodon.one\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/playcanvas.com\/editor\/*" ], "js": [ "js\/broadcaster.js" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "*:\/\/playcanvas.com\/editor\/*" ] } } |