NewPage Georgia
Provides new and refreshing look to the New Tab page with helpful links
Was ist NewPage Georgia?
NewPage Georgia ist eine Chrome-Erweiterung, die von https://www.brainz.ge entwickelt wurde, und ihr Hauptmerkmal ist "Provides new and refreshing look to the New Tab page with helpful links".
Erweiterungsscreenshots
NewPage Georgia-Erweiterungs-CRX-Datei herunterladen
Laden Sie NewPage Georgia-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        Provides new and refreshing look to the New Tab of Google Chrome, with useful links.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | anonhhfhmigoeokidhbegbbaajocoajj | 
| Offizielle URL | https://chromewebstore.google.com/detail/newpage-georgia/anonhhfhmigoeokidhbegbbaajocoajj | 
| Beschreibung | Provides new and refreshing look to the New Tab page with helpful links | 
| Dateigröße | 8.52 MB | 
| Installationsanzahl | 1,257 | 
| Aktuelle Version | 1.9 | 
| Letztes Update | 2021-03-10 | 
| Veröffentlichungsdatum | 2019-09-23 | 
| Entwickler | https://www.brainz.ge | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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
}  |  |