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 | 
| 公式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 | 
| Eメール | [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
}  |  |