The New City Page Today

This extension sets your New Tab to City Page Today with photos, links, updates and more

O que é The New City Page Today?

The New City Page Today é uma extensão do Chrome desenvolvida por http://citypage.today, e sua principal característica é "This extension sets your New Tab to City Page Today with photos, links, updates and more".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão The New City Page Today

Baixe arquivos de extensão The New City Page Today 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

                        I love my city and I love it even more on my New Tab!
All the local info on your City with amazing background shots.
Weather, access to business near you, updates on all the new places and all local news.                    

Informações Básicas da Extensão

Nome The New City Page Today The New City Page Today
ID omjifaanlgiocfonnjlengeomjfhgklg
URL Oficial https://chrome.google.com/webstore/detail/the-new-city-page-today/omjifaanlgiocfonnjlengeomjfhgklg
Descrição This extension sets your New Tab to City Page Today with photos, links, updates and more
Tamanho do Arquivo 26.3 KB
Contagem de Instalações 121
Versão Atual 2.0
Última Atualização 2018-01-30
Data de Publicação 2018-01-30
Classificação 3.10/5 Total de 10 Avaliações
Desenvolvedor http://citypage.today
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.citypage.today
URL da Página de Ajuda http://citypage.today/about/index.html
URL da Página de Política de Privacidade http://citypage.today/about/privacy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The New City Page Today",
    "description": "This extension sets your New Tab to City Page Today with photos, links, updates and more",
    "version": "2.0",
    "manifest_version": 2,
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "citypage.today.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "management"
    ],
    "browser_action": {
        "default_title": "The New City Page Today",
        "default_icon": "img\/icon16.png"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}