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 |
官方網址 | 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" } } } |