NewPage Georgia
Provides new and refreshing look to the New Tab page with helpful links
Cos'è NewPage Georgia?
NewPage Georgia è un'estensione di Chrome sviluppata da https://www.brainz.ge, e la sua funzione principale è "Provides new and refreshing look to the New Tab page with helpful links".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NewPage Georgia
Scarica i file di estensione NewPage Georgia in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Provides new and refreshing look to the New Tab of Google Chrome, with useful links.
Informazioni di Base sull'Estensione
Nome | NewPage Georgia |
ID | anonhhfhmigoeokidhbegbbaajocoajj |
URL Ufficiale | https://chromewebstore.google.com/detail/newpage-georgia/anonhhfhmigoeokidhbegbbaajocoajj |
Descrizione | Provides new and refreshing look to the New Tab page with helpful links |
Dimensione del File | 8.52 MB |
Conteggio Installazioni | 1,257 |
Versione Corrente | 1.9 |
Ultimo Aggiornamento | 2021-03-10 |
Data di Pubblicazione | 2019-09-23 |
Sviluppatore | https://www.brainz.ge |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |