IScroll

IScroll a quick back to the top, scroll to the bottom extension, new IDE-like page navigation bar

What is IScroll?

IScroll is a Chrome extension developed by miniits01, and its main feature is "IScroll a quick back to the top, scroll to the bottom extension, new IDE-like page navigation bar".

Extension Screenshots

screenshot

Download IScroll Extension CRX File

Download IScroll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        这是一个方便用户浏览网页的插件,用户可以使用这个扩展来实现快速的回到顶部或底部。

简介:
我们可以在一个窗口中滚动底部或回到顶部,现在许多网页都非常的长,每天在长页面上滚动可能是一种累人的体验。特别是在那些提供无限滚动的网站上,你需要不停的滚动,来查看页面上更多的数据,这个时候你要回到底部时,你可能会把你的手从鼠标移到键盘上搜索Home键,或者你会把滚动条拖到顶部。IScroll扩展可以大幅度的减少这些无用的工作,只需要在页面的底部提供一个图标,你只要轻轻的点击一下就可以去到页面的顶部或底部,点击扩展的图标也一样能实现,还可以想IDE工具一样通过导航条来实现,非常的方便。                    

Extension Basic Information

Name IScroll IScroll
ID kloodpbcddeheehabhlkgmbadcaianbg
Official URL https://chromewebstore.google.com/detail/iscroll/kloodpbcddeheehabhlkgmbadcaianbg
Description IScroll a quick back to the top, scroll to the bottom extension, new IDE-like page navigation bar
File Size 124 KB
Installation Count 56
Current Version 1.0.5
Last Updated 2023-11-15
Publish Date 2023-03-22
Rating 5.00/5 Total 1 Ratings
Developer miniits01
Email [email protected]
Payment Type free
Extension Website https://www.miniits.com/
Help Page URL https://www.miniits.com/
Privacy Policy Page URL http://www.bdtab.cn/privacy.html
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IScroll",
    "default_locale": "zh_CN",
    "description": "__MSG_extDescription__",
    "version": "1.0.5",
    "options_page": "options.html",
    "icons": {
        "16": "36.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_logo": "128.png",
        "default_icon": "128.png"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/i_scroll_content.js"
            ],
            "css": [
                "css\/i_scroll_content.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}