New Tab with MoMA

Explore MoMA’s collection of modern and contemporary art right from your browser.

O que é New Tab with MoMA?

New Tab with MoMA é uma extensão do Chrome desenvolvida por MoMA The Museum of Modern Art, e sua principal característica é "Explore MoMA’s collection of modern and contemporary art right from your browser.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão New Tab with MoMA

Baixe arquivos de extensão New Tab with MoMA no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Discover new and iconic works of art from The Museum of Modern Art each time you open a new tab in Chrome. 

While using this extension, in each new Chrome tab, you’ll see a different artwork from our collection, ranging from Vincent Van Gogh’s “The Starry Night” to Felix Gonzalez-Torres’s “‘Untitled’ (Perfect Lovers).”

To learn more, click the artwork image or its description for details, stories, and more on moma.org.

Made with our friends at Google using Google Tab Maker.

By installing this extension, you agree to our Privacy Policy and Terms of Use at moma.org/about/about-this-site/.                    

Informações Básicas da Extensão

Nome New Tab with MoMA New Tab with MoMA
ID eohfkkfhfcmcnnodmbficbopaildende
URL Oficial https://chromewebstore.google.com/detail/new-tab-with-moma/eohfkkfhfcmcnnodmbficbopaildende
Descrição Explore MoMA’s collection of modern and contemporary art right from your browser.
Tamanho do Arquivo 2.79 MB
Contagem de Instalações 10,639
Versão Atual 1.0
Última Atualização 2022-03-25
Data de Publicação 2022-03-24
Classificação 4.46/5 Total de 24 Avaliações
Desenvolvedor MoMA The Museum of Modern Art
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.moma.org/
URL da Página de Política de Privacidade https://www.moma.org/about/about-this-site
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "New Tab with MoMA",
    "description": "Explore MoMA\u2019s collection of modern and contemporary art right from your browser.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "background": {
        "service_worker": "bg-loader.js"
    }
}