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 |
公式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" ] } ] } |