Fast Scroll

Increase your browser's scrolling speed and navigate faster.

什么是Fast Scroll?

Fast Scroll是由https://fastscroll.io开发的Chrome扩展程序,该扩展的主要功能是“Increase your browser's scrolling speed and navigate faster.”。

扩展截图

screenshot

下载Fast Scroll扩展crx文件

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

扩展使用说明

                        ⚡ Fast Scroll is a browser extension that increases your scrolling speed.

Check out the demo at www.fastscroll.io!

★ Easy to use
By default, hold the Alt key while scrolling to activate the increased speed.

NOTE: Chrome disables extensions by default on the Chrome Web Store (this page). Try Fast Scroll in any another website and it should work out of the box!

★ Customization
You can change your preferred speed, duration, key combination, and trigger mode (hold to activate, press to toggle, or always active) any time by clicking the extension icon. Your preferences are saved to your Chrome profile and synchronized across your devices.

★ Privacy in mind
Fast Scroll shares no personal data and does not access the content of the websites you visit. We take privacy and security very seriously.
Learn more at: www.fastscroll.io/privacy

★ Having problems?
Don't hesitate in contacting us with a detailed description of your issue!                    

扩展基本信息

名称 Fast Scroll Fast Scroll
ID dkdnncjokeklapahlhbgfnnakjjaogmb
官方URL https://chromewebstore.google.com/detail/fast-scroll/dkdnncjokeklapahlhbgfnnakjjaogmb
简介 Increase your browser's scrolling speed and navigate faster.
文件大小 299 KB
安装次数 1,215
当前版本 1.4.0
更新时间 2024-01-07
上架时间 2022-02-11
评分 4.55/5 共20次评分
开发者 https://fastscroll.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://fastscroll.io
隐私政策页面URL https://fastscroll.io/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fast Scroll",
    "description": "Increase your browser's scrolling speed and navigate faster.",
    "version": "1.4.0",
    "manifest_version": 3,
    "author": "Diego Aquino ",
    "icons": {
        "16": "images\/brand\/icons\/16.png",
        "32": "images\/brand\/icons\/32.png",
        "64": "images\/brand\/icons\/64.png",
        "128": "images\/brand\/icons\/128.png",
        "256": "images\/brand\/icons\/256.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/brand\/favicons\/16.png",
            "32": "images\/brand\/favicons\/32.png",
            "64": "images\/brand\/favicons\/64.png",
            "128": "images\/brand\/favicons\/128.png",
            "256": "images\/brand\/favicons\/256.png"
        },
        "default_title": "Fast Scroll",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}