Colour Changer
Change the colour of the text and background of a webpage!
Apa itu Colour Changer?
Colour Changer adalah ekstensi Chrome yang dikembangkan oleh Michael Smith, dan fitur utamanya adalah "Change the colour of the text and background of a webpage!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Colour Changer
Unduh file ekstensi Colour 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
Allows users to apply any colour to fonts and backgrounds of any webpage. To use the extension click on the symbol and you will see a drop-down menu, this has three options - fonts, background and reset. Upon clicking either the font or background it will drop-down three sliders that represent the RGB values, move these sliders to change the font/background. The reset button will remove any changes made to the page (note: to do this it refreshes the page).
Informasi Dasar Ekstensi
Nama | Colour Changer |
ID | oghncgjeeecljbkloncoifojhioefmpj |
URL Resmi | https://chromewebstore.google.com/detail/colour-changer/oghncgjeeecljbkloncoifojhioefmpj |
Deskripsi | Change the colour of the text and background of a webpage! |
Ukuran File | 91.72 KB |
Jumlah Instalasi | 999 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-10-26 |
Tanggal Publikasi | 2017-10-26 |
Penilaian | 2.50/5 Total 8 Penilaian |
Pengembang | Michael Smith |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Colour Changer", "description": "Change the colour of the text and background of a webpage!", "version": "1.0", "icons": { "48": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click Here!" }, "permissions": [ "activeTab" ] } |