NewPage Georgia
Provides new and refreshing look to the New Tab page with helpful links
¿Qué es NewPage Georgia?
NewPage Georgia es una extensión de Chrome desarrollada por https://www.brainz.ge, y su función principal es "Provides new and refreshing look to the New Tab page with helpful links".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión NewPage Georgia
Descarga archivos de extensión NewPage Georgia en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Provides new and refreshing look to the New Tab of Google Chrome, with useful links.
Información Básica de la Extensión
Nombre | NewPage Georgia |
ID | anonhhfhmigoeokidhbegbbaajocoajj |
URL Oficial | https://chromewebstore.google.com/detail/newpage-georgia/anonhhfhmigoeokidhbegbbaajocoajj |
Descripción | Provides new and refreshing look to the New Tab page with helpful links |
Tamaño del Archivo | 8.52 MB |
Cantidad de Instalaciones | 1,257 |
Versión Actual | 1.9 |
Última Actualización | 2021-03-10 |
Fecha de Publicación | 2019-09-23 |
Desarrollador | https://www.brainz.ge |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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 } |