Wuxiaworld: Reading Mode
This extension improves the reading experience on www.wuxiaworld.com.
Wuxiaworld: Reading Modeとは何ですか?
Wuxiaworld: Reading ModeはJeffersonによって開発されたChromeの拡張機能で、その主な機能は「This extension improves the reading experience on www.wuxiaworld.com.」です。
拡張機能のスクリーンショット
Wuxiaworld: Reading Mode拡張機能のCRXファイルをダウンロード
Wuxiaworld: Reading Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The best extension that improves your reading experience at Wuxiaworld.com! Patch: Version 2.2 Updated experience for current website design.
拡張機能の基本情報
名前 | |
ID | fembnbnndllidgfefmooackcioieebgn |
公式URL | https://chrome.google.com/webstore/detail/wuxiaworld-reading-mode/fembnbnndllidgfefmooackcioieebgn |
説明 | This extension improves the reading experience on www.wuxiaworld.com. |
ファイルサイズ | 3.71 MB |
インストール数 | 199 |
現在のバージョン | 2.2.0 |
最終更新日 | 2019-06-19 |
公開日 | 2019-06-19 |
評価 | 3.33/5 合計 6 レビュー |
開発者 | Jefferson |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wuxiaworld: Reading Mode", "description": "This extension improves the reading experience on www.wuxiaworld.com.", "version": "2.2.0", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Wuxiaworld: Reading Mode" }, "permissions": [ "activeTab", "storage", "unlimitedStorage", "https:\/\/www.wuxiaworld.com\/*" ], "background": { "scripts": [ "src\/js\/install.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.wuxiaworld.com\/*\/*" ], "run_at": "document_start", "js": [ "src\/js\/reading-mode.js" ], "css": [ "src\/css\/reading-mode.css" ] } ], "options_ui": { "page": "src\/options.html", "chrome_style": true } } |