Colorfox - Mangareader for mangafox
A better and more colorful way to read manga
Apa itu Colorfox - Mangareader for mangafox?
Colorfox - Mangareader for mangafox adalah ekstensi Chrome yang dikembangkan oleh http://sauravtom.github.com, dan fitur utamanya adalah "A better and more colorful way to read manga".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Colorfox - Mangareader for mangafox
Unduh file ekstensi Colorfox - Mangareader for mangafox 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
Colorfox is an extension to modify the appereance of Mangafox.me website. You can customize your reading experience by adding colors and css filters to manga pages. It only works while reading manga, leaving the rest of mangafox's pages untouched.
Informasi Dasar Ekstensi
Nama | |
ID | mkoomlboolhiindikpgcfeijjipegmkb |
URL Resmi | https://chrome.google.com/webstore/detail/colorfox-mangareader-for/mkoomlboolhiindikpgcfeijjipegmkb |
Deskripsi | A better and more colorful way to read manga |
Ukuran File | 225 KB |
Jumlah Instalasi | 37 |
Versi Saat Ini | 1 |
Terakhir Diperbarui | 2013-03-26 |
Tanggal Publikasi | 2013-03-26 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | http://sauravtom.github.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Colorfox - Mangareader for mangafox", "version": "1", "icons": { "16": "icon16.jpg", "40": "icon48.jpg", "128": "icon128.jpg" }, "description": "A better and more colorful way to read manga", "content_scripts": [ { "matches": [ "http:\/\/mangafox.me\/manga\/*\/v*" ], "js": [ "script.js", "jquery-1.9.0.js", "jquery-ui.js" ], "css": [ "user.css", "jquery-ui.css" ] } ] } |