The New City Page Today

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

The New City Page Today क्या है?

The New City Page Today http://citypage.today द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension sets your New Tab to City Page Today with photos, links, updates and more"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में The New City Page Today एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम The New City Page Today The New City Page Today
ID omjifaanlgiocfonnjlengeomjfhgklg
आधिकारिक URL https://chrome.google.com/webstore/detail/the-new-city-page-today/omjifaanlgiocfonnjlengeomjfhgklg
विवरण This extension sets your New Tab to City Page Today with photos, links, updates and more
फ़ाइल का आकार 26.3 KB
स्थापना संख्या 121
वर्तमान संस्करण 2.0
अंतिम अपडेट 2018-01-30
प्रकाशन तिथि 2018-01-30
रेटिंग 3.10/5 कुल 10 रेटिंग्स
डेवलपर http://citypage.today
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.citypage.today
सहायता पृष्ठ URL http://citypage.today/about/index.html
गोपनीयता नीति पृष्ठ URL http://citypage.today/about/privacy.html
समर्थित भाषाएँ 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"
    }
}