Scroll to Top
Just a Scroll to Top Button
什么是Scroll to Top?
Scroll to Top是由https://singleclickapps.com开发的Chrome扩展程序,该扩展的主要功能是“Just a Scroll to Top Button”。
扩展截图
下载Scroll to Top扩展crx文件
下载Scroll to Top扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Click the button and scroll the current page back to top. It should work as the "home" key on the keyboard. I made it because I use browsers on devices where using the keyboard is inconvenient (namely, my tv boxes). At some point a user asked for different toolbar icon, so I made the version 2.0 where you can change the default icon to one of several predefined alternatives or even set your own icon. (To change the icon, just right-click on the scroll to top button and select "Options".) Please, note that this extension doesn't work on each and every page. It works in most sites but it will not scroll up browser's internal pages (settings, history etc.) and some complicated web pages (like the add-ons store itself, for example).
扩展基本信息
名称 | Scroll to Top |
ID | khnloieeghjghmpjeaopaenibbneljpk |
官方URL | https://chromewebstore.google.com/detail/scroll-to-top/khnloieeghjghmpjeaopaenibbneljpk |
简介 | Just a Scroll to Top Button |
文件大小 | 39.64 KB |
安装次数 | 3,344 |
当前版本 | 2.1.1.0 |
更新时间 | 2020-12-24 |
上架时间 | 2019-10-25 |
评分 | 4.78/5 共41次评分 |
开发者 | https://singleclickapps.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://singleclickapps.com/scroll-button/ |
隐私政策页面URL | https://singleclickapps.com/privacy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scroll to Top", "version": "2.1.1.0", "description": "Just a Scroll to Top Button", "homepage_url": "https:\/\/singleclickapps.com\/scroll-button", "icons": { "16": "icon24.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon24.png", "default_title": "Scroll to Top" }, "permissions": [ "activeTab" ], "offline_enabled": true, "options_page": "settings.html", "manifest_version": 2 } |