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"입니다.

확장 프로그램 스크린샷

screenshot

Super Reader FanFiction.net 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        **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!                    

확장 프로그램 기본 정보

이름 Super Reader FanFiction.net Super Reader FanFiction.net
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"
            ]
        }
    ]
}