ArchDaily New Tab

Get inspired with every new tab

Cos'è ArchDaily New Tab?

ArchDaily New Tab è un'estensione di Chrome sviluppata da https://archdaily.com, e la sua funzione principale è "Get inspired with every new tab".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ArchDaily New Tab

Scarica i file di estensione ArchDaily New 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

                        Transform your “New Tab” page into a useful, inspiring tool for all architecture lovers with ArchDaily’s New Tab Chrome Extension

Every time you open a new tab in your Chrome browser, we’ll show you a randomly selected photograph of an ArchDaily project. If you want to learn more about the project, you can easily click to see more pictures, drawings and information. 

We also keep you updated on the latest news and articles by showing you the most visited articles of the day. And even your Google Calendar is integrated — we’ll show you your upcoming appointments and meetings!                    

Informazioni di Base sull'Estensione

Nome ArchDaily New Tab ArchDaily New Tab
ID lbokmpfckpapgecocdjhlgenajjemcdn
URL Ufficiale https://chromewebstore.google.com/detail/archdaily-new-tab/lbokmpfckpapgecocdjhlgenajjemcdn
Descrizione Get inspired with every new tab
Dimensione del File 660 KB
Conteggio Installazioni 53,213
Versione Corrente 3.5
Ultimo Aggiornamento 2023-03-29
Data di Pubblicazione 2018-06-19
Valutazione 4.66/5 Totale 301 Valutazioni
Sviluppatore https://archdaily.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.archdaily.com
URL della Pagina di Aiuto https://www.archdaily.com/contact
URL della Pagina della Politica sulla Privacy https://daaily.com/privacy-policy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ArchDaily New Tab",
    "description": "Get inspired with every new tab",
    "version": "3.5",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgd\/69Rw7RSEAsVDD7xLtx1TwKZ29Uhp1goihsjiSDjFhGk\/5dLf9ssyxH9hOCTl4nFjQIIazp5uFmbEhPvajOZtsb6v3DJBe4kzaSK4pzydcG1JkKiBIn64OV4qe+4GuwPX5Fy2loP7ySTIIkOYtqjq+NvxT7m1vVFTYx7dYJnc74kJAFM9x5rlN2Br+3jBm2sltt9FPlBUYiEHdmE42atQE3P0VIGbuvpzbcmnOApUkIJlNF1SSdHEdfmcoRmkLC9CyDbvS8yOhJmOo0KK1kqiF5eTBH\/lipXZIj5aMImsDGMRCcYksqOW2h48r4EgvzTYJoGuyDWm1Pc+V2SGkSQIDAQAB",
    "oauth2": {
        "client_id": "296726774032-nbu2brhdgt72mjoqqgql8042e9oscpro.apps.googleusercontent.com",
        "client_secret": "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",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly"
        ]
    },
    "permissions": [
        "unlimitedStorage",
        "identity",
        "topSites"
    ],
    "host_permissions": [
        "http:\/\/127.0.0.1:8080\/"
    ],
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    }
}