Bunko Style Viewer

縦書の文庫本スタイルで小説を表示する簡易ビューアーです。

What is Bunko Style Viewer?

Bunko Style Viewer is a Chrome extension developed by https://nikq.org, and its main feature is "縦書の文庫本スタイルで小説を表示する簡易ビューアーです。".

Extension Screenshots

screenshot

Download Bunko Style Viewer Extension CRX File

Download Bunko Style Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Bunko Style Viewer(文庫スタイルビューアー)は、青空文庫や小説投稿サイトに掲載されているコンテンツを文庫本をイメージしたデザインで表示する無料のブラウザ拡張機能です。Flashの文字描画機能を使用した鮮明な縦書きテキストと、スクロールではなくシンプルな見開きレイアウトを採用しているのが特徴です。

[使い方]
・対応するページにアクセスしたとき表示される画面右上のボタンでビューアーの開閉
・アドレスバーの右端に表示されるアイコンでオプションの変更

[対応サイト]
・青空文庫(http://www.aozora.gr.jp/)
・小説家になろう(http://syosetu.com/)
・星空文庫(http://slib.net/)
・Pixiv(http://www.pixiv.net/)

※この拡張機能を使用するにはFlashPlayerを有効にする必要があります


###アップデート情報###

― version 1.0.3 ―
・半角カタカナの濁点・半濁点の表示が崩れる不具合に対応。オプションを追加

― version 1.0.2 ―
・バグ修正

― version 1.0.1 ―
・リリース版                    

Extension Basic Information

Name Bunko Style Viewer Bunko Style Viewer
ID aacldhbbniijbohnififlhienjaakhno
Official URL https://chromewebstore.google.com/detail/bunko-style-viewer/aacldhbbniijbohnififlhienjaakhno
Description 縦書の文庫本スタイルで小説を表示する簡易ビューアーです。
File Size 4.44 MB
Installation Count 220
Current Version 1.0.3
Last Updated 2012-11-19
Publish Date 2012-11-19
Rating 1.80/5 Total 5 Ratings
Developer https://nikq.org
Payment Type free
Extension Website http://nikq.org/bunko-style-viewer
Supported Languages ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bunko Style Viewer",
    "version": "1.0.3",
    "description": "\u7e26\u66f8\u306e\u6587\u5eab\u672c\u30b9\u30bf\u30a4\u30eb\u3067\u5c0f\u8aac\u3092\u8868\u793a\u3059\u308b\u7c21\u6613\u30d3\u30e5\u30fc\u30a2\u30fc\u3067\u3059\u3002",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon19.png",
        "default_title": "Bunko Style Viewer",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.aozora.gr.jp\/*"
            ],
            "js": [
                "jquery-1.8.2.min.js",
                "script.js",
                "script_aozora.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/slib.net\/*"
            ],
            "js": [
                "jquery-1.8.2.min.js",
                "script.js",
                "script_slib.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.pixiv.net\/*"
            ],
            "js": [
                "jquery-1.8.2.min.js",
                "script.js",
                "script_pixiv.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/syarecowa.moo.jp\/*"
            ],
            "js": [
                "jquery-1.8.2.min.js",
                "script.js",
                "script_syarecowa.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/ncode.syosetu.com\/*"
            ],
            "js": [
                "jquery-1.8.2.min.js",
                "script.js",
                "script_syosetu.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "FTENovelViewer.swf",
        "KozGoR.swf",
        "jquery-1.8.2.min.js",
        "popup.js",
        "ui.png"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2
}