Stop Smooth Scrolling

Stop smooth scrolling

Stop Smooth Scrolling là gì?

Stop Smooth Scrolling là một tiện ích mở rộng Chrome được phát triển bởi Gea-Suan Lin, và tính năng chính của nó là "Stop smooth scrolling".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stop Smooth Scrolling

Tải xuống các tệp mở rộng Stop Smooth Scrolling dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Stop smooth scrolling.

You disabled smooth scrolling, and website emulates with god damn JavaScript.  We can stop it.

GitHub: https://github.com/gslin/stop-smooth-scrolling                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stop Smooth Scrolling Stop Smooth Scrolling
ID dolloijeimbmocbhcjglaobngibnhfij
URL Chính Thức https://chromewebstore.google.com/detail/stop-smooth-scrolling/dolloijeimbmocbhcjglaobngibnhfij
Mô tả Stop smooth scrolling
Kích Thước Tệp 70.81 KB
Số Lần Cài Đặt 518
Phiên Bản Hiện Tại 0.2018.1017.2
Cập Nhật Lần Cuối 2018-10-17
Ngày Phát Hành 2018-10-17
Đánh Giá 4.39/5 Tổng số 33 Đánh Giá
Nhà Phát Triển Gea-Suan Lin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gslin/stop-smooth-scrolling
URL Trang Chính Sách Bảo Mật https://wiki.gslin.org/wiki/Google_Web_Store/Privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stop Smooth Scrolling",
    "version": "0.2018.1017.2",
    "description": "Stop smooth scrolling",
    "icons": {
        "128": "mouse_wheel-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "src\/options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}