Color Changer
Change the current page color
Apa itu Color Changer?
Color Changer adalah ekstensi Chrome yang dikembangkan oleh http://cleandesk.info, dan fitur utamanya adalah "Change the current page color".
Unduh Berkas CRX Ekstensi Color Changer
Unduh file ekstensi 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
When you add the chrome pictures app, the Color Changer icon appears in Chrome's app launcher on the Tab page, along with your other apps. You can fire up the color changer from here, instead of pinned tabs or the address bar. Go forth and take pictures!
Informasi Dasar Ekstensi
Nama | |
ID | gdolkoaggoefghmnahegdiahpmijjmea |
URL Resmi | https://chrome.google.com/webstore/detail/color-changer/gdolkoaggoefghmnahegdiahpmijjmea |
Deskripsi | Change the current page color |
Ukuran File | 4.08 KB |
Jumlah Instalasi | 48 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-08-25 |
Tanggal Publikasi | 2016-08-23 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | http://cleandesk.info |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://cleandesk.info/privacypolicy.html |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Changer", "description": "Change the current page color", "version": "1.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Set this page's color.", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |