Nat Geo New Tab

Displays NatGeo photograph of the day on opening a new tab

O que é Nat Geo New Tab?

Nat Geo New Tab é uma extensão do Chrome desenvolvida por madhavanmalolan, e sua principal característica é "Displays NatGeo photograph of the day on opening a new tab".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Nat Geo New Tab

Baixe arquivos de extensão Nat Geo New Tab 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

                        Get a refreshing new tab every day with the most vibrant photos on the planet. Just plain beauty.
This extension will display the photograph of the day from National Geographic when you open a new tab.                    

Informações Básicas da Extensão

Nome Nat Geo New Tab Nat Geo New Tab
ID mcjjdmhpbpeejgkbdjpbccdphdefieca
URL Oficial https://chrome.google.com/webstore/detail/nat-geo-new-tab/mcjjdmhpbpeejgkbdjpbccdphdefieca
Descrição Displays NatGeo photograph of the day on opening a new tab
Tamanho do Arquivo 24.92 KB
Contagem de Instalações 167
Versão Atual 2.0
Última Atualização 2018-04-17
Data de Publicação 2018-04-17
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor madhavanmalolan
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://natgeopicoftheday.com
URL da Página de Ajuda http://natgeopicoftheday.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nat Geo New Tab",
    "version": "2.0",
    "description": "Displays NatGeo photograph of the day on opening a new tab",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "permissions": [
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "background.html"
    }
}