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”。
擴展截圖
下載NewPage Georgia擴展crx文件
下載NewPage Georgia擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Provides new and refreshing look to the New Tab of Google Chrome, with useful links.                     擴展基本資訊
| 名稱 |   |  
| ID | anonhhfhmigoeokidhbegbbaajocoajj | 
| 官方網址 | 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
}  |  |