MagicScroll Web Reader

Read the web with MagicScroll

MagicScroll Web Readerとは何ですか?

MagicScroll Web Readerはhttps://www.magicscroll.netによって開発されたChromeの拡張機能で、その主な機能は「Read the web with MagicScroll」です。

拡張機能のスクリーンショット

screenshot
screenshot

MagicScroll Web Reader拡張機能のCRXファイルをダウンロード

MagicScroll Web Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The MagicScroll Web Reader turns every page on the web into a MagicScroll book.

Its unique scrolling system lets you scroll web pages without moving them, making it easier to read long articles without being distracted.

It's simple and easy and free to use.  

After install you'll see a small book icon in the chrome toolbar.  Visit a page you want to read and click the icon to transform it into a MagicScroll book.                    

拡張機能の基本情報

名前 MagicScroll Web Reader MagicScroll Web Reader
ID ecldhagehndokdmaiaigoaecbmbnmfkc
公式URL https://chromewebstore.google.com/detail/magicscroll-web-reader/ecldhagehndokdmaiaigoaecbmbnmfkc
説明 Read the web with MagicScroll
ファイルサイズ 131 KB
インストール数 63,514
現在のバージョン 3.2
最終更新日 2013-09-06
公開日 2013-09-06
評価 4.31/5 合計 188 レビュー
開発者 https://www.magicscroll.net
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MagicScroll Web Reader",
    "version": "3.2",
    "manifest_version": 2,
    "description": "Read the web with MagicScroll",
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Read with MagicScroll",
        "default_popup": "chrome.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "staticscroll.css"
            ]
        }
    ],
    "permissions": [
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/next_1.png",
        "images\/previous_1.png",
        "images\/play_1.png",
        "images\/minus_1.png",
        "images\/pause_1.png",
        "images\/plus_1.png",
        "images\/refresh_1.png",
        "images\/skewed_print.png",
        "images\/bug_1.png",
        "images\/settings.png",
        "images\/load.gif"
    ],
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon19.png",
        "48": "images\/icon48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/hrscs04.appspot.com; object-src 'self'"
}