Super Reader FanFiction.net
Makes FanFiction.net a lot more convenient to read
什么是Super Reader FanFiction.net?
Super Reader FanFiction.net是由Marcus Parsons开发的Chrome扩展程序,该扩展的主要功能是“Makes FanFiction.net a lot more convenient to read”。
扩展截图
下载Super Reader FanFiction.net扩展crx文件
下载Super Reader FanFiction.net扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
**Used on fanfiction.net
I'm hoping someone can make use of this, so if you like reading Fan Fiction and you're a fan of FanFiction.net, I made what I like to call a "Super Reader". Basically, it puts every single chapter onto one page and then makes it much more readable.
No ads or anything involved. I make no revenue from this. I did this for the love of stories!
I hope you all like it! 扩展基本信息
| 名称 | |
| ID | emjnnidoomafmoahfadlekdndkjkdnoi |
| 官方URL | https://chromewebstore.google.com/detail/super-reader-fanfictionne/emjnnidoomafmoahfadlekdndkjkdnoi |
| 简介 | Makes FanFiction.net a lot more convenient to read |
| 文件大小 | 777 KB |
| 安装次数 | 212 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2018-11-22 |
| 上架时间 | 2018-11-21 |
| 评分 | 3.00/5 共1次评分 |
| 开发者 | Marcus Parsons |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Super Reader FanFiction.net",
"version": "1.0.1",
"description": "Makes FanFiction.net a lot more convenient to read",
"icons": {
"42": "booksicon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.fanfiction.net\/*"
],
"js": [
"superReader.js"
]
}
]
} | |