3D Art Gallery
Browse 3D art in each new tab
What is 3D Art Gallery?
3D Art Gallery is a Chrome extension developed by https://3dfocal.com, and its main feature is "Browse 3D art in each new tab".
Extension Screenshots
Download 3D Art Gallery Extension CRX File
Download 3D Art Gallery extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Browse 3D art in each new tab. Choose what you like from 18 galleries that update every week.
Extension Basic Information
Name | 3D Art Gallery |
ID | lgcfgkoenohfloamkokelhncjojpihgl |
Official URL | https://chromewebstore.google.com/detail/3d-art-gallery/lgcfgkoenohfloamkokelhncjojpihgl |
Description | Browse 3D art in each new tab |
File Size | 394 KB |
Installation Count | 34 |
Current Version | 0.9.2 |
Last Updated | 2021-05-25 |
Publish Date | 2021-05-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://3dfocal.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.3dfocal.com/browser-extensions |
Help Page URL | https://www.3dfocal.com/support |
Privacy Policy Page URL | https://www.3dfocal.com/policy |
Supported Languages | 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'" } |