Colored New Tab

Google Chrome (or Chromium) extension that opens the new tab in a specific color

Apa itu Colored New Tab?

Colored New Tab adalah ekstensi Chrome yang dikembangkan oleh https://glogovetan.com, dan fitur utamanya adalah "Google Chrome (or Chromium) extension that opens the new tab in a specific color".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Colored New Tab

Unduh file ekstensi Colored New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        A minimalist Chrome extension that replaces the New Tab page with simple colors.

Features:
- Fast loading
- Beautiful full page colors
- Unobtrusive color switcher                    

Informasi Dasar Ekstensi

Nama Colored New Tab Colored New Tab
ID bfjhjeccmlkbbgliegkapplkpkcngeaa
URL Resmi https://chromewebstore.google.com/detail/colored-new-tab/bfjhjeccmlkbbgliegkapplkpkcngeaa
Deskripsi Google Chrome (or Chromium) extension that opens the new tab in a specific color
Ukuran File 11.46 KB
Jumlah Instalasi 40
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2018-03-11
Tanggal Publikasi 2018-03-11
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://glogovetan.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/rdig/colored-new-tab
URL Halaman Bantuan https://github.com/rdig/colored-new-tab/issues
Bahasa yang Didukung 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"
    }
}