NewPage Georgia

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

什么是NewPage Georgia?

NewPage Georgia是由https://www.brainz.ge开发的Chrome扩展程序,该扩展的主要功能是“Provides new and refreshing look to the New Tab page with helpful links”。

扩展截图

screenshot

下载NewPage Georgia扩展crx文件

下载NewPage Georgia扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 NewPage Georgia NewPage Georgia
ID anonhhfhmigoeokidhbegbbaajocoajj
官方URL https://chromewebstore.google.com/detail/newpage-georgia/anonhhfhmigoeokidhbegbbaajocoajj
简介 Provides new and refreshing look to the New Tab page with helpful links
文件大小 8.52 MB
安装次数 1,257
当前版本 1.9
更新时间 2021-03-10
上架时间 2019-09-23
开发者 https://www.brainz.ge
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}