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 |
| 官方網址 | 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"
]
}
]
} | |