Colorfox - Mangareader for mangafox
A better and more colorful way to read manga
什麼是Colorfox - Mangareader for mangafox?
Colorfox - Mangareader for mangafox是由http://sauravtom.github.com開發的Chrome擴展程式,該擴展的主要功能是“A better and more colorful way to read manga”。
擴展截圖
下載Colorfox - Mangareader for mangafox擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |