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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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 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
Eメール [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'"
}