IScroll
IScroll a quick back to the top, scroll to the bottom extension, new IDE-like page navigation bar
Was ist IScroll?
IScroll ist eine Chrome-Erweiterung, die von miniits01 entwickelt wurde, und ihr Hauptmerkmal ist "IScroll a quick back to the top, scroll to the bottom extension, new IDE-like page navigation bar".
Erweiterungsscreenshots
IScroll-Erweiterungs-CRX-Datei herunterladen
Laden Sie IScroll-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
这是一个方便用户浏览网页的插件,用户可以使用这个扩展来实现快速的回到顶部或底部。 简介: 我们可以在一个窗口中滚动底部或回到顶部,现在许多网页都非常的长,每天在长页面上滚动可能是一种累人的体验。特别是在那些提供无限滚动的网站上,你需要不停的滚动,来查看页面上更多的数据,这个时候你要回到底部时,你可能会把你的手从鼠标移到键盘上搜索Home键,或者你会把滚动条拖到顶部。IScroll扩展可以大幅度的减少这些无用的工作,只需要在页面的底部提供一个图标,你只要轻轻的点击一下就可以去到页面的顶部或底部,点击扩展的图标也一样能实现,还可以想IDE工具一样通过导航条来实现,非常的方便。
Grundlegende Informationen zur Erweiterung
Name | IScroll |
ID | kloodpbcddeheehabhlkgmbadcaianbg |
Offizielle URL | https://chromewebstore.google.com/detail/iscroll/kloodpbcddeheehabhlkgmbadcaianbg |
Beschreibung | IScroll a quick back to the top, scroll to the bottom extension, new IDE-like page navigation bar |
Dateigröße | 124 KB |
Installationsanzahl | 56 |
Aktuelle Version | 1.0.5 |
Letztes Update | 2023-11-15 |
Veröffentlichungsdatum | 2023-03-22 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | miniits01 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.miniits.com/ |
Hilfeseite URL | https://www.miniits.com/ |
URL der Datenschutzrichtlinien-Seite | http://www.bdtab.cn/privacy.html |
Unterstützte Sprachen | 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": [ " |