Website Color Changer

Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.

Apa itu Website Color Changer?

Website Color Changer adalah ekstensi Chrome yang dikembangkan oleh CodeUnit, dan fitur utamanya adalah "Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Website Color Changer

Unduh file ekstensi Website Color Changer 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

                        Handy open source extension that helps you to adjust website colors.

== Features ==

✓ List text and background colors available on inspected website
✓ Use webpage elements highlighting to find specific color
✓ Realtime color changing using color picker
✓ Export all changes to json

== Contribute ==

https://github.com/CodeUnitPl/Website-Color-Changer                    

Informasi Dasar Ekstensi

Nama Website Color Changer Website Color Changer
ID oenehcifpefblopdehjemeheenoamaed
URL Resmi https://chrome.google.com/webstore/detail/website-color-changer/oenehcifpefblopdehjemeheenoamaed
Deskripsi Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.
Ukuran File 455 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-04-25
Tanggal Publikasi 2016-04-25
Penilaian 3.00/5 Total 19 Penilaian
Pengembang CodeUnit
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/CodeUnitPl/Website-Color-Changer
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Color Changer",
    "version": "1.0",
    "author": "CodeUnit",
    "homepage_url": "https:\/\/github.com\/CodeUnitPl\/Website-Color-Changer",
    "permissions": [
        "tabs",
        "activeTab",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.",
    "devtools_page": "devtools.html",
    "manifest_version": 2
}