3D Art Gallery

Browse 3D art in each new tab

Co to jest 3D Art Gallery?

3D Art Gallery to rozszerzenie Chrome opracowane przez https://3dfocal.com, a jego główną funkcją jest „Browse 3D art in each new tab”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia 3D Art Gallery

Pobierz pliki rozszerzeń 3D Art Gallery w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Browse 3D art in each new tab. Choose what you like from 18 galleries that update every week.                    

Podstawowe informacje o rozszerzeniu

Nazwa 3D Art Gallery 3D Art Gallery
ID lgcfgkoenohfloamkokelhncjojpihgl
Oficjalny URL https://chromewebstore.google.com/detail/3d-art-gallery/lgcfgkoenohfloamkokelhncjojpihgl
Opis Browse 3D art in each new tab
Rozmiar pliku 394 KB
Liczba instalacji 34
Aktualna Wersja 0.9.2
Ostatnia Aktualizacja 2021-05-25
Data Publikacji 2021-05-24
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://3dfocal.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.3dfocal.com/browser-extensions
Adres URL Strony Pomocy https://www.3dfocal.com/support
Adres URL Strony Polityki Prywatności https://www.3dfocal.com/policy
Obsługiwane Języki 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'"
}