No Auto Scroll

Stops auto scroll (aka smooth scroll) from activating on middle mouse click.

什么是No Auto Scroll?

No Auto Scroll是由V开发的Chrome扩展程序,该扩展的主要功能是“Stops auto scroll (aka smooth scroll) from activating on middle mouse click.”。

扩展截图

screenshot

下载No Auto Scroll扩展crx文件

下载No Auto Scroll扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Do you sometimes accidentally click the middle-mouse button and activate the "automatic scrolling" feature?

If yes, then this extension prevents the activation of the auto-scroll behavior when you click on middle mouse button by mistake.                    

扩展基本信息

名称 No Auto Scroll No Auto Scroll
ID oeplmakppkomhkgoaieajhcbfogjhmdi
官方URL https://chromewebstore.google.com/detail/no-auto-scroll/oeplmakppkomhkgoaieajhcbfogjhmdi
简介 Stops auto scroll (aka smooth scroll) from activating on middle mouse click.
文件大小 16.35 KB
安装次数 674
当前版本 1.2
更新时间 2024-01-13
上架时间 2019-10-28
评分 4.27/5 共11次评分
开发者 V
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Auto Scroll",
    "version": "1.2",
    "description": "Stops auto scroll (aka smooth scroll) from activating on middle mouse click.",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "noAutoScroll.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "manifest_version": 3
}