modern scroll

Takes scrolling to a whole new level

modern scrollคืออะไร?

modern scroll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Christoph142 และคุณลักษณะหลักของมันคือ "Takes scrolling to a whole new level"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย modern scroll

ดาวน์โหลดไฟล์ส่วนขยาย modern scroll ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        One of Opera's most popular and highest-rated extensions of all times is finally available here!
Check it out and experience its beauty and simplicity for yourself. :)

modern scroll takes scrolling to a whole new level.

What's so awesome about it?

+ scroll bars don't take up any space so the whole screen width can be used to display what a browser is made for: websites
+ elements or whole pages don't shift by some pixels when content changes and bars become (un)necessary
+ scroll bars are usable in fullscreen mode as well
+ scroll bars automatically hide when they are not needed
+ behavior and appearance is fully customizable
+ can boost your scrolling performance
+ scrolling speed and behavior is adjustable
+ unique "superbar" which makes it possible to scroll horizontally and vertically at the same time
+ buttons for scrolling to top and bottom of the page
+ JavaScript interface for custom mouse gestures / bookmarklets                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ modern scroll modern scroll
ID ejonaglbdpcfkgbcnidjlnjogfdgbofp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/modern-scroll/ejonaglbdpcfkgbcnidjlnjogfdgbofp
คำอธิบาย Takes scrolling to a whole new level
ขนาดไฟล์ 115 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 4.2.7
อัปเดตครั้งล่าสุด 2024-01-08
วันที่เผยแพร่ 2020-02-28
คะแนน 4.81/5 รวมทั้งหมด 202 คะแนน
ผู้พัฒนา Christoph142
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/Christoph142/modern-scroll/issues
ภาษาที่รองรับ de,en,fr,no,vi,tr,it,pl,ro,cs,ru,ar,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "modern scroll",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/github.com\/Christoph142\/modern-scroll",
    "default_locale": "en",
    "version": "4.2.7",
    "minimum_chrome_version": "100",
    "icons": {
        "16": "images\/contextmenu.png",
        "32": "images\/[email protected]",
        "64": "images\/icon.png",
        "128": "images\/[email protected]"
    },
    "action": {
        "default_popup": "options\/options.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "js": [
                "includes\/modern_scroll.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options\/options.html",
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}