Super Reader FanFiction.net
Makes FanFiction.net a lot more convenient to read
Super Reader FanFiction.netคืออะไร?
Super Reader FanFiction.net เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marcus Parsons และคุณลักษณะหลักของมันคือ "Makes FanFiction.net a lot more convenient to read"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Super Reader FanFiction.net
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
}
]
} | |