Architecture Tab

Inspiration Architecture From Around The World

Cos'è Architecture Tab?

Architecture Tab è un'estensione di Chrome sviluppata da OZ, e la sua funzione principale è "Inspiration Architecture From Around The World".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Architecture Tab

Scarica i file di estensione Architecture Tab 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

                        Architecture Tab transports you to unique and interesting feats of architecture from across the world. Every time you open a new tab you will be see architecture from somewhere in the world.

By clicking "Add to chrome", I accept and agree to installing the Architecture Tab extension and setting Chrome New Tab search to that provided by the service. The search will be powered by Bing.

Privacy Policy: https://oz.works/privacy/

Terms of Service: https://oz.works/terms/


We hope you enjoy viewing unique feats of architecture from around the world.

 If you have any other cool architecture pictures you think we should add or any other questions please reach out to us at [email protected]                    

Informazioni di Base sull'Estensione

Nome Architecture Tab Architecture Tab
ID nbegejnnafmaeldkphjoeoimaggollnj
URL Ufficiale https://chromewebstore.google.com/detail/architecture-tab/nbegejnnafmaeldkphjoeoimaggollnj
Descrizione Inspiration Architecture From Around The World
Dimensione del File 22.4 MB
Conteggio Installazioni 10,071
Versione Corrente 0.7
Ultimo Aggiornamento 2023-02-27
Data di Pubblicazione 2022-08-24
Sviluppatore OZ
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://oz.works/privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Architecture Tab",
    "description": "Inspiration Architecture From Around The World",
    "version": "0.7",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "unlimitedStorage"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}