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 | 
| Eメール | [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"
            ]
        }
    ]
}  |  |