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
官方網址 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'"
}