NewPage Georgia

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

O que é NewPage Georgia?

NewPage Georgia é uma extensão do Chrome desenvolvida por https://www.brainz.ge, e sua principal característica é "Provides new and refreshing look to the New Tab page with helpful links".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NewPage Georgia

Baixe arquivos de extensão NewPage Georgia no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome NewPage Georgia NewPage Georgia
ID anonhhfhmigoeokidhbegbbaajocoajj
URL Oficial https://chromewebstore.google.com/detail/newpage-georgia/anonhhfhmigoeokidhbegbbaajocoajj
Descrição Provides new and refreshing look to the New Tab page with helpful links
Tamanho do Arquivo 8.52 MB
Contagem de Instalações 1,257
Versão Atual 1.9
Última Atualização 2021-03-10
Data de Publicação 2019-09-23
Desenvolvedor https://www.brainz.ge
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}