NewPage Georgia

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

Qu'est-ce que NewPage Georgia ?

NewPage Georgia est une extension Chrome développée par https://www.brainz.ge, et sa fonction principale est "Provides new and refreshing look to the New Tab page with helpful links".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NewPage Georgia

Téléchargez les fichiers d'extension NewPage Georgia 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

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

Informations de Base sur l'Extension

Nom NewPage Georgia NewPage Georgia
ID anonhhfhmigoeokidhbegbbaajocoajj
URL Officiel https://chromewebstore.google.com/detail/newpage-georgia/anonhhfhmigoeokidhbegbbaajocoajj
Description Provides new and refreshing look to the New Tab page with helpful links
Taille du Fichier 8.52 MB
Nombre d'Installations 1,257
Version Actuelle 1.9
Dernière Mise à Jour 2021-03-10
Date de Publication 2019-09-23
Développeur https://www.brainz.ge
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}