The New City Page Today

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

¿Qué es The New City Page Today?

The New City Page Today es una extensión de Chrome desarrollada por http://citypage.today, y su función principal es "This extension sets your New Tab to City Page Today with photos, links, updates and more".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión The New City Page Today

Descarga archivos de extensión The New City Page Today en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre 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
Descripción This extension sets your New Tab to City Page Today with photos, links, updates and more
Tamaño del Archivo 26.3 KB
Cantidad de Instalaciones 121
Versión Actual 2.0
Última Actualización 2018-01-30
Fecha de Publicación 2018-01-30
Calificación 3.10/5 Total de 10 Calificaciones
Desarrollador http://citypage.today
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.citypage.today
URL de la Página de Ayuda http://citypage.today/about/index.html
URL de la Página de Política de Privacidad http://citypage.today/about/privacy.html
Idiomas Soportados 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"
    }
}