The New City Page Today

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

Was ist The New City Page Today?

The New City Page Today ist eine Chrome-Erweiterung, die von http://citypage.today entwickelt wurde, und ihr Hauptmerkmal ist "This extension sets your New Tab to City Page Today with photos, links, updates and more".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

The New City Page Today-Erweiterungs-CRX-Datei herunterladen

Laden Sie The New City Page Today-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name The New City Page Today The New City Page Today
ID omjifaanlgiocfonnjlengeomjfhgklg
Offizielle URL https://chrome.google.com/webstore/detail/the-new-city-page-today/omjifaanlgiocfonnjlengeomjfhgklg
Beschreibung This extension sets your New Tab to City Page Today with photos, links, updates and more
Dateigröße 26.3 KB
Installationsanzahl 121
Aktuelle Version 2.0
Letztes Update 2018-01-30
Veröffentlichungsdatum 2018-01-30
Bewertung 3.10/5 Insgesamt 10 Bewertungen
Entwickler http://citypage.today
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.citypage.today
Hilfeseite URL http://citypage.today/about/index.html
URL der Datenschutzrichtlinien-Seite http://citypage.today/about/privacy.html
Unterstützte Sprachen 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"
    }
}