The New City Page Today

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

Apa itu The New City Page Today?

The New City Page Today adalah ekstensi Chrome yang dikembangkan oleh http://citypage.today, dan fitur utamanya adalah "This extension sets your New Tab to City Page Today with photos, links, updates and more".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi The New City Page Today

Unduh file ekstensi The New City Page Today dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama The New City Page Today The New City Page Today
ID omjifaanlgiocfonnjlengeomjfhgklg
URL Resmi https://chrome.google.com/webstore/detail/the-new-city-page-today/omjifaanlgiocfonnjlengeomjfhgklg
Deskripsi This extension sets your New Tab to City Page Today with photos, links, updates and more
Ukuran File 26.3 KB
Jumlah Instalasi 121
Versi Saat Ini 2.0
Terakhir Diperbarui 2018-01-30
Tanggal Publikasi 2018-01-30
Penilaian 3.10/5 Total 10 Penilaian
Pengembang http://citypage.today
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.citypage.today
URL Halaman Bantuan http://citypage.today/about/index.html
URL Halaman Kebijakan Privasi http://citypage.today/about/privacy.html
Bahasa yang Didukung 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"
    }
}