3D Art Gallery
Browse 3D art in each new tab
3D Art Galleryคืออะไร?
3D Art Gallery เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://3dfocal.com และคุณลักษณะหลักของมันคือ "Browse 3D art in each new tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 3D Art Gallery
ดาวน์โหลดไฟล์ส่วนขยาย 3D Art Gallery ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Browse 3D art in each new tab. Choose what you like from 18 galleries that update every week.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 3D Art Gallery |
ID | lgcfgkoenohfloamkokelhncjojpihgl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/3d-art-gallery/lgcfgkoenohfloamkokelhncjojpihgl |
คำอธิบาย | Browse 3D art in each new tab |
ขนาดไฟล์ | 394 KB |
จำนวนการติดตั้ง | 34 |
เวอร์ชันปัจจุบัน | 0.9.2 |
อัปเดตครั้งล่าสุด | 2021-05-25 |
วันที่เผยแพร่ | 2021-05-24 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://3dfocal.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.3dfocal.com/browser-extensions |
URL หน้าช่วยเหลือ | https://www.3dfocal.com/support |
URL หน้านโยบายความเป็นส่วนตัว | https://www.3dfocal.com/policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "3D Art Gallery", "homepage_url": "https:\/\/www.3dfocal.com", "description": "Browse 3D art in each new tab", "default_locale": "en", "permissions": [ "https:\/\/sketchfab.com\/*", "storage" ], "icons": { "16": "icons\/3dart16.png", "32": "icons\/3dart32.png", "48": "icons\/3dart48.png", "128": "icons\/3dart128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "options.html", "options_ui": { "page": "options.html", "browser_style": true }, "chrome_url_overrides": { "newtab": "override.html" }, "version": "0.9.2", "content_security_policy": "script-src 'self' ; object-src 'self'" } |