Colored New Tab
Google Chrome (or Chromium) extension that opens the new tab in a specific color
Colored New Tabとは何ですか?
Colored New Tabはhttps://glogovetan.comによって開発されたChromeの拡張機能で、その主な機能は「Google Chrome (or Chromium) extension that opens the new tab in a specific color」です。
拡張機能のスクリーンショット
Colored New Tab拡張機能のCRXファイルをダウンロード
Colored New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A minimalist Chrome extension that replaces the New Tab page with simple colors.
Features:
- Fast loading
- Beautiful full page colors
- Unobtrusive color switcher 拡張機能の基本情報
| 名前 | |
| ID | bfjhjeccmlkbbgliegkapplkpkcngeaa |
| 公式URL | https://chromewebstore.google.com/detail/colored-new-tab/bfjhjeccmlkbbgliegkapplkpkcngeaa |
| 説明 | Google Chrome (or Chromium) extension that opens the new tab in a specific color |
| ファイルサイズ | 11.46 KB |
| インストール数 | 40 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2018-03-11 |
| 公開日 | 2018-03-11 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | https://glogovetan.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/rdig/colored-new-tab |
| ヘルプページのURL | https://github.com/rdig/colored-new-tab/issues |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Colored New Tab",
"short_name": "New Tab",
"version": "1.0.0",
"description": "Google Chrome (or Chromium) extension that opens the new tab in a specific color",
"author": "Raul Glogovetan",
"homepage_url": "https:\/\/github.com\/rdig\/colored-new-tab",
"icons": {
"16": "extension_icon_16.png",
"48": "extension_icon_48.png",
"128": "extension_icon_128.png"
},
"offline_enabled": true,
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "TabPage\/index.html"
}
} | |