ArchDaily New Tab

Get inspired with every new tab

What is ArchDaily New Tab?

ArchDaily New Tab is a Chrome extension developed by https://archdaily.com, and its main feature is "Get inspired with every new tab".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download ArchDaily New Tab Extension CRX File

Download ArchDaily New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name ArchDaily New Tab ArchDaily New Tab
ID lbokmpfckpapgecocdjhlgenajjemcdn
Official URL https://chromewebstore.google.com/detail/archdaily-new-tab/lbokmpfckpapgecocdjhlgenajjemcdn
Description Get inspired with every new tab
File Size 660 KB
Installation Count 53,213
Current Version 3.5
Last Updated 2023-03-29
Publish Date 2018-06-19
Rating 4.66/5 Total 301 Ratings
Developer https://archdaily.com
Email [email protected]
Payment Type free
Extension Website https://www.archdaily.com
Help Page URL https://www.archdaily.com/contact
Privacy Policy Page URL https://daaily.com/privacy-policy.html
Supported Languages 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"
    }
}