IScroll

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

Qu'est-ce que IScroll ?

IScroll est une extension Chrome développée par miniits01, et sa fonction principale est "IScroll a quick back to the top, scroll to the bottom extension, new IDE-like page navigation bar".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension IScroll

Téléchargez les fichiers d'extension IScroll au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom IScroll IScroll
ID kloodpbcddeheehabhlkgmbadcaianbg
URL Officiel 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
Taille du Fichier 124 KB
Nombre d'Installations 56
Version Actuelle 1.0.5
Dernière Mise à Jour 2023-11-15
Date de Publication 2023-03-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur miniits01
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.miniits.com/
URL de la Page d'Aide https://www.miniits.com/
URL de la Page de Politique de Confidentialité http://www.bdtab.cn/privacy.html
Langues Prises en Charge 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
        }
    ]
}