NewPage Georgia

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

NewPage Georgia là gì?

NewPage Georgia là một tiện ích mở rộng Chrome được phát triển bởi https://www.brainz.ge, và tính năng chính của nó là "Provides new and refreshing look to the New Tab page with helpful links".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NewPage Georgia

Tải xuống các tệp mở rộng NewPage Georgia dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NewPage Georgia NewPage Georgia
ID anonhhfhmigoeokidhbegbbaajocoajj
URL Chính Thức https://chromewebstore.google.com/detail/newpage-georgia/anonhhfhmigoeokidhbegbbaajocoajj
Mô tả Provides new and refreshing look to the New Tab page with helpful links
Kích Thước Tệp 8.52 MB
Số Lần Cài Đặt 1,257
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2021-03-10
Ngày Phát Hành 2019-09-23
Nhà Phát Triển https://www.brainz.ge
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}