3D Art Gallery
Browse 3D art in each new tab
3D Art Gallery란 무엇입니까?
3D Art Gallery은(는) https://3dfocal.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse 3D art in each new tab"입니다.
확장 프로그램 스크린샷
3D Art Gallery 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |