Snap Scroll

Delightfully fast and precise scrolling via point and click.

Snap Scrollとは何ですか?

Snap ScrollはSteven Meliopoulosによって開発されたChromeの拡張機能で、その主な機能は「Delightfully fast and precise scrolling via point and click.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Snap Scroll拡張機能のCRXファイルをダウンロード

Snap Scroll拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Snap Scroll Snap Scroll
ID kdegcljjpimkobjeejpfogokeedlbbje
公式URL https://chromewebstore.google.com/detail/snap-scroll/kdegcljjpimkobjeejpfogokeedlbbje
説明 Delightfully fast and precise scrolling via point and click.
ファイルサイズ 58.03 KB
インストール数 273
現在のバージョン 2.1.0
最終更新日 2019-04-29
公開日 2019-04-28
評価 5.00/5 合計 6 レビュー
開発者 Steven Meliopoulos
Eメール [email protected]
支払い方法 free
対応言語 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"
        ]
    }
}