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文件
下载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'" } |