Pastel Tab

Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…

Apa itu Pastel Tab?

Pastel Tab adalah ekstensi Chrome yang dikembangkan oleh williamyeny, dan fitur utamanya adalah "Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Pastel Tab

Unduh file ekstensi Pastel 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

                        Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.

This project is inspired by automatic pastels on Tumblr.

Star + fork the project on Github here! 
https://github.com/williamyeny/pastel-tab                    

Informasi Dasar Ekstensi

Nama Pastel Tab Pastel Tab
ID olbihpfkfhmeonjellidnieandnfaapd
URL Resmi https://chromewebstore.google.com/detail/pastel-tab/olbihpfkfhmeonjellidnieandnfaapd
Deskripsi Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…
Ukuran File 79.39 KB
Jumlah Instalasi 3,824
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-02-21
Tanggal Publikasi 2017-02-21
Penilaian 2.76/5 Total 58 Penilaian
Pengembang williamyeny
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pastel Tab",
    "version": "1.1",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ]
}