NewPage Georgia
Provides new and refreshing look to the New Tab page with helpful links
Wat is NewPage Georgia?
NewPage Georgia is een Chrome-extensie ontwikkeld door https://www.brainz.ge, en de belangrijkste functie is "Provides new and refreshing look to the New Tab page with helpful links".
Extensie Screenshots
Download het CRX-bestand van de extensie NewPage Georgia
Download NewPage Georgia-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Provides new and refreshing look to the New Tab of Google Chrome, with useful links. Basisinformatie over de Extensie
| Naam | |
| ID | anonhhfhmigoeokidhbegbbaajocoajj |
| Officiële URL | https://chromewebstore.google.com/detail/newpage-georgia/anonhhfhmigoeokidhbegbbaajocoajj |
| Beschrijving | Provides new and refreshing look to the New Tab page with helpful links |
| Bestandsgrootte | 8.52 MB |
| Aantal Installaties | 1,257 |
| Huidige Versie | 1.9 |
| Laatst Bijgewerkt | 2021-03-10 |
| Publicatiedatum | 2019-09-23 |
| Ontwikkelaar | https://www.brainz.ge |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |