Change Page Colors
A tool that automatically change the color of background and text in the page
Apa itu Change Page Colors?
Change Page Colors adalah ekstensi Chrome yang dikembangkan oleh zanomate, dan fitur utamanya adalah "A tool that automatically change the color of background and text in the page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Change Page Colors
Unduh file ekstensi Change Page Colors 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
"Change Page Colors" is a tool that allow users to easily change main background and text colors of any web page. The purpose is to make reading more confortable and adaptive to the user preferences. Functionality (First release) - Change background and text color a any page with a click. - Choose your favorite colors and the tool will remember your last choice.
Informasi Dasar Ekstensi
Nama | |
ID | bpffefpenhflenffmncchaepkgebkpne |
URL Resmi | https://chrome.google.com/webstore/detail/change-page-colors/bpffefpenhflenffmncchaepkgebkpne |
Deskripsi | A tool that automatically change the color of background and text in the page |
Ukuran File | 43.54 KB |
Jumlah Instalasi | 4,311 |
Versi Saat Ini | 1.0.0.0 |
Terakhir Diperbarui | 2016-02-27 |
Tanggal Publikasi | 2016-02-27 |
Penilaian | 2.55/5 Total 22 Penilaian |
Pengembang | zanomate |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0.0", "name": "Change Page Colors", "description": "A tool that automatically change the color of background and text in the page", "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "browser_action": { "default_icon": "imgs\/128.png", "default_popup": "popup.html" }, "permissions": [ " |