The New City Page Today

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

Qu'est-ce que The New City Page Today ?

The New City Page Today est une extension Chrome développée par http://citypage.today, et sa fonction principale est "This extension sets your New Tab to City Page Today with photos, links, updates and more".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension The New City Page Today

Téléchargez les fichiers d'extension The New City Page Today au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom The New City Page Today The New City Page Today
ID omjifaanlgiocfonnjlengeomjfhgklg
URL Officiel https://chrome.google.com/webstore/detail/the-new-city-page-today/omjifaanlgiocfonnjlengeomjfhgklg
Description This extension sets your New Tab to City Page Today with photos, links, updates and more
Taille du Fichier 26.3 KB
Nombre d'Installations 121
Version Actuelle 2.0
Dernière Mise à Jour 2018-01-30
Date de Publication 2018-01-30
Évaluation 3.10/5 Total 10 Évaluations
Développeur http://citypage.today
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.citypage.today
URL de la Page d'Aide http://citypage.today/about/index.html
URL de la Page de Politique de Confidentialité http://citypage.today/about/privacy.html
Langues Prises en Charge 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"
    }
}