New Empty Coloured Tab
When you open a 'New Tab' it's blank and set to the background color of your desire.
New Empty Coloured Tabとは何ですか?
New Empty Coloured TabはGlenn Hallinによって開発されたChromeの拡張機能で、その主な機能は「When you open a 'New Tab' it's blank and set to the background color of your desire.」です。
拡張機能のスクリーンショット
New Empty Coloured Tab拡張機能のCRXファイルをダウンロード
New Empty Coloured Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        When you open a 'New Tab' it's blank and set to the background color of your desire.
Changelog:
* Version 1.5.3
- Removed unneeded permission
* Version 1.5.2
- First run default value set to #4c4a48                     拡張機能の基本情報
| 名前 |   |  
| ID | ilpmlpiodicccdbjckhganddmegpedln | 
| 公式URL | https://chromewebstore.google.com/detail/new-empty-coloured-tab/ilpmlpiodicccdbjckhganddmegpedln | 
| 説明 | When you open a 'New Tab' it's blank and set to the background color of your desire. | 
| ファイルサイズ | 137 KB | 
| インストール数 | 83 | 
| 現在のバージョン | 1.5.3 | 
| 最終更新日 | 2023-07-03 | 
| 公開日 | 2017-11-14 | 
| 評価 | 4.50/5 合計 4 レビュー | 
| 開発者 | Glenn Hallin | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Empty Coloured Tab",
    "description": "When you open a 'New Tab' it's blank and set to the background color of your desire.",
    "version": "1.5.3",
    "background": {
        "scripts": [
            "JS\/GETbg.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_48.png",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "enct.html"
    },
    "manifest_version": 2
}  |  |