3D Art Gallery

Browse 3D art in each new tab

Cos'è 3D Art Gallery?

3D Art Gallery è un'estensione di Chrome sviluppata da https://3dfocal.com, e la sua funzione principale è "Browse 3D art in each new tab".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 3D Art Gallery

Scarica i file di estensione 3D Art Gallery in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome 3D Art Gallery 3D Art Gallery
ID lgcfgkoenohfloamkokelhncjojpihgl
URL Ufficiale https://chromewebstore.google.com/detail/3d-art-gallery/lgcfgkoenohfloamkokelhncjojpihgl
Descrizione Browse 3D art in each new tab
Dimensione del File 394 KB
Conteggio Installazioni 34
Versione Corrente 0.9.2
Ultimo Aggiornamento 2021-05-25
Data di Pubblicazione 2021-05-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://3dfocal.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.3dfocal.com/browser-extensions
URL della Pagina di Aiuto https://www.3dfocal.com/support
URL della Pagina della Politica sulla Privacy https://www.3dfocal.com/policy
Lingue Supportate 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'"
}