MagicScroll Web Reader

Read the web with MagicScroll

Qu'est-ce que MagicScroll Web Reader ?

MagicScroll Web Reader est une extension Chrome développée par https://www.magicscroll.net, et sa fonction principale est "Read the web with MagicScroll".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension MagicScroll Web Reader

Téléchargez les fichiers d'extension MagicScroll Web Reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom MagicScroll Web Reader MagicScroll Web Reader
ID ecldhagehndokdmaiaigoaecbmbnmfkc
URL Officiel https://chromewebstore.google.com/detail/magicscroll-web-reader/ecldhagehndokdmaiaigoaecbmbnmfkc
Description Read the web with MagicScroll
Taille du Fichier 131 KB
Nombre d'Installations 63,514
Version Actuelle 3.2
Dernière Mise à Jour 2013-09-06
Date de Publication 2013-09-06
Évaluation 4.31/5 Total 188 Évaluations
Développeur https://www.magicscroll.net
Type de Paiement free
Langues Prises en Charge 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'"
}