NewPage Georgia

Provides new and refreshing look to the New Tab page with helpful links

NewPage Georgia क्या है?

NewPage Georgia https://www.brainz.ge द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides new and refreshing look to the New Tab page with helpful links"।

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

screenshot

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

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

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

                        Provides new and refreshing look to the New Tab of Google Chrome, with useful links.                    

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

नाम NewPage Georgia NewPage Georgia
ID anonhhfhmigoeokidhbegbbaajocoajj
आधिकारिक URL https://chromewebstore.google.com/detail/newpage-georgia/anonhhfhmigoeokidhbegbbaajocoajj
विवरण Provides new and refreshing look to the New Tab page with helpful links
फ़ाइल का आकार 8.52 MB
स्थापना संख्या 1,257
वर्तमान संस्करण 1.9
अंतिम अपडेट 2021-03-10
प्रकाशन तिथि 2019-09-23
डेवलपर https://www.brainz.ge
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NewPage Georgia",
    "short_name": "NPGeo",
    "version": "1.9",
    "description": "Provides new and refreshing look to the New Tab page with helpful links",
    "permissions": [
        "http:\/\/www.brainz.ge\/",
        "https:\/\/www.brainz.ge\/"
    ],
    "browser_action": {
        "default_title": "NewPage Georgia",
        "default_icon": {
            "24": "images\/ms-icon-24x24.png",
            "48": "images\/ms-icon-48x48.png",
            "96": "images\/m-icon-96x96.png",
            "128": "images\/ms-icon-128x128.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "background": {
        "scripts": [
            "\/js\/jquery-2.2.2.min.js",
            "\/js\/bootstrap.min.js",
            "\/js\/jquery.simpleWeather.min.js",
            "\/js\/jquery-ui.min.js",
            "\/js\/url.min.js",
            "\/js\/search.js",
            "\/js\/default.js",
            "\/js\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/brainz.ge\/*",
            "*:\/\/www.brainz.ge\/*"
        ]
    },
    "manifest_version": 2
}