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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |