MagicScroll Web Reader

Read the web with MagicScroll

Was ist MagicScroll Web Reader?

MagicScroll Web Reader ist eine Chrome-Erweiterung, die von https://www.magicscroll.net entwickelt wurde, und ihr Hauptmerkmal ist "Read the web with MagicScroll".

Erweiterungsscreenshots

screenshot
screenshot

MagicScroll Web Reader-Erweiterungs-CRX-Datei herunterladen

Laden Sie MagicScroll Web Reader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name MagicScroll Web Reader MagicScroll Web Reader
ID ecldhagehndokdmaiaigoaecbmbnmfkc
Offizielle URL https://chromewebstore.google.com/detail/magicscroll-web-reader/ecldhagehndokdmaiaigoaecbmbnmfkc
Beschreibung Read the web with MagicScroll
Dateigröße 131 KB
Installationsanzahl 63,514
Aktuelle Version 3.2
Letztes Update 2013-09-06
Veröffentlichungsdatum 2013-09-06
Bewertung 4.31/5 Insgesamt 188 Bewertungen
Entwickler https://www.magicscroll.net
Zahlungsart free
Unterstützte Sprachen 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'"
}