Snap Scroll

Delightfully fast and precise scrolling via point and click.

Qu'est-ce que Snap Scroll ?

Snap Scroll est une extension Chrome développée par Steven Meliopoulos, et sa fonction principale est "Delightfully fast and precise scrolling via point and click.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Snap Scroll

Téléchargez les fichiers d'extension Snap Scroll 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

                        Snap Scroll helps you read better!

Ever wonder why reading in books is more comfortable than on screens? It's because the text in books doesn't move! 
When you scroll the text you're reading, you're giving your eyes a hard time.
Snap Scroll brings the book experience to the screen by replacing that continuous movement with quick and predictable hops.

How does it work?

Keep your hands off that scroll wheel! When you finish reading a paragraph, just click directly below it using the middle mouse button (or the left and right button at the same time) to instantly bring the next paragraph to the top - like a virtual page turn! Because there is no interruption you'll be less distracted.

Give it a try and see your focus improve!                    

Informations de Base sur l'Extension

Nom Snap Scroll Snap Scroll
ID kdegcljjpimkobjeejpfogokeedlbbje
URL Officiel https://chromewebstore.google.com/detail/snap-scroll/kdegcljjpimkobjeejpfogokeedlbbje
Description Delightfully fast and precise scrolling via point and click.
Taille du Fichier 58.03 KB
Nombre d'Installations 273
Version Actuelle 2.1.0
Dernière Mise à Jour 2019-04-29
Date de Publication 2019-04-28
Évaluation 5.00/5 Total 6 Évaluations
Développeur Steven Meliopoulos
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snap Scroll",
    "short_name": "Snap Scroll",
    "description": "Delightfully fast and precise scrolling via point and click.",
    "version": "2.1.0",
    "author": "Steven Meliopoulos",
    "icons": {
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Snap Scroll",
        "default_icon": {
            "16": "img\/action_icon_enabled_16.png",
            "24": "img\/action_icon_enabled_24.png",
            "32": "img\/action_icon_enabled_32.png"
        },
        "default_popup": "popup_main.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "shared.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "shared.js",
            "background.js"
        ]
    }
}