Flavoured Favicon

Change color tastes of favicons by their domains

Apa itu Flavoured Favicon?

Flavoured Favicon adalah ekstensi Chrome yang dikembangkan oleh motemen, dan fitur utamanya adalah "Change color tastes of favicons by their domains".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Flavoured Favicon

Unduh file ekstensi Flavoured Favicon 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

                                            

Informasi Dasar Ekstensi

Nama Flavoured Favicon Flavoured Favicon
ID dlegfippiljfbacmikdigaimfngdibgh
URL Resmi https://chromewebstore.google.com/detail/flavoured-favicon/dlegfippiljfbacmikdigaimfngdibgh
Deskripsi Change color tastes of favicons by their domains
Ukuran File 47.63 KB
Jumlah Instalasi 86
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2014-12-24
Tanggal Publikasi 2014-12-23
Penilaian 3.00/5 Total 2 Penilaian
Pengembang motemen
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flavoured Favicon",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Change color tastes of favicons by their domains",
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/bg\/background.js"
        ],
        "persistent": true
    },
    "options_page": "options\/options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "icons": {
        "128": "icons\/icon.png"
    }
}