The New City Page Today

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

What is The New City Page Today?

The New City Page Today is a Chrome extension developed by http://citypage.today, and its main feature is "This extension sets your New Tab to City Page Today with photos, links, updates and more".

Extension Screenshots

screenshot
screenshot
screenshot

Download The New City Page Today Extension CRX File

Download The New City Page Today extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name The New City Page Today The New City Page Today
ID omjifaanlgiocfonnjlengeomjfhgklg
Official URL 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
File Size 26.3 KB
Installation Count 121
Current Version 2.0
Last Updated 2018-01-30
Publish Date 2018-01-30
Rating 3.10/5 Total 10 Ratings
Developer http://citypage.today
Email [email protected]
Payment Type free
Extension Website http://www.citypage.today
Help Page URL http://citypage.today/about/index.html
Privacy Policy Page URL http://citypage.today/about/privacy.html
Supported Languages 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"
    }
}