Colorfox - Mangareader for mangafox
A better and more colorful way to read manga
Τι είναι το Colorfox - Mangareader for mangafox;
Το Colorfox - Mangareader for mangafox είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://sauravtom.github.com, και η κύρια λειτουργία του είναι "A better and more colorful way to read manga".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Colorfox - Mangareader for mangafox
Λήψη αρχείων επέκτασης Colorfox - Mangareader for mangafox σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | mkoomlboolhiindikpgcfeijjipegmkb |
Επίσημο URL | https://chrome.google.com/webstore/detail/colorfox-mangareader-for/mkoomlboolhiindikpgcfeijjipegmkb |
Περιγραφή | A better and more colorful way to read manga |
Μέγεθος Αρχείου | 225 KB |
Αριθμός Εγκαταστάσεων | 37 |
Τρέχουσα Έκδοση | 1 |
Τελευταία Ενημέρωση | 2013-03-26 |
Ημερομηνία Δημοσίευσης | 2013-03-26 |
Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | http://sauravtom.github.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |