Scroll to the bottom
helps users get to the top and bottom of a page instantly
什么是Scroll to the bottom?
Scroll to the bottom是由Launchpad Digital开发的Chrome扩展程序,该扩展的主要功能是“helps users get to the top and bottom of a page instantly”。
扩展截图
下载Scroll to the bottom扩展crx文件
下载Scroll to the bottom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
scroll to bottom is a chrome extension that allows you to get to the top or bottom of any webpage in one click. If you have trouble viewing long webpages or threads on forums and reddit, then scroll to bottom is for you. Try it out!
扩展基本信息
名称 | Scroll to the bottom |
ID | ccodoapghablmcdbmpjgcbmjhafanebm |
官方URL | https://chromewebstore.google.com/detail/scroll-to-the-bottom/ccodoapghablmcdbmpjgcbmjhafanebm |
简介 | helps users get to the top and bottom of a page instantly |
文件大小 | 125 KB |
安装次数 | 261 |
当前版本 | 1.0.1 |
更新时间 | 2021-07-07 |
上架时间 | 2021-07-03 |
评分 | 2.33/5 共3次评分 |
开发者 | Launchpad Digital |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scroll to the bottom", "description": "helps users get to the top and bottom of a page instantly", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "get_started16.png", "32": "get_started32.png", "48": "get_started48.png", "128": "get_started128.png" }, "icons": { "16": "get_started16.png", "32": "get_started32.png", "48": "get_started48.png", "128": "get_started128.png" } } } |