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 } } |