IScroll
IScroll a quick back to the top, scroll to the bottom extension, new IDE-like page navigation bar
Wat is IScroll?
IScroll is een Chrome-extensie ontwikkeld door miniits01, en de belangrijkste functie is "IScroll a quick back to the top, scroll to the bottom extension, new IDE-like page navigation bar".
Extensie Screenshots
Download het CRX-bestand van de extensie IScroll
Download IScroll-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
这是一个方便用户浏览网页的插件,用户可以使用这个扩展来实现快速的回到顶部或底部。 简介: 我们可以在一个窗口中滚动底部或回到顶部,现在许多网页都非常的长,每天在长页面上滚动可能是一种累人的体验。特别是在那些提供无限滚动的网站上,你需要不停的滚动,来查看页面上更多的数据,这个时候你要回到底部时,你可能会把你的手从鼠标移到键盘上搜索Home键,或者你会把滚动条拖到顶部。IScroll扩展可以大幅度的减少这些无用的工作,只需要在页面的底部提供一个图标,你只要轻轻的点击一下就可以去到页面的顶部或底部,点击扩展的图标也一样能实现,还可以想IDE工具一样通过导航条来实现,非常的方便。
Basisinformatie over de Extensie
Naam | IScroll |
ID | kloodpbcddeheehabhlkgmbadcaianbg |
Officiële URL | https://chromewebstore.google.com/detail/iscroll/kloodpbcddeheehabhlkgmbadcaianbg |
Beschrijving | IScroll a quick back to the top, scroll to the bottom extension, new IDE-like page navigation bar |
Bestandsgrootte | 124 KB |
Aantal Installaties | 56 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2023-11-15 |
Publicatiedatum | 2023-03-22 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | miniits01 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.miniits.com/ |
Help Pagina-URL | https://www.miniits.com/ |
URL van de Privacybeleid Pagina | http://www.bdtab.cn/privacy.html |
Ondersteunde Talen | 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": [ " |