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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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'"
}