Scroll to Top
Add a stylish scroll-to-top button for all websites.
什麼是Scroll to Top?
Scroll to Top是由Muyor開發的Chrome擴展程式,該擴展的主要功能是“Add a stylish scroll-to-top button for all websites.”。
擴展截圖
下載Scroll to Top擴展crx文件
下載Scroll to Top擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Scroll to Top is an extension that lets you easily scroll to the top of the page by clicking on a button. Simply add the add-on to your browser and start surfing. Once you scroll down on a page, a button will appear at the right-bottom corner with an - UP - arrow icon. Clicking on the button will scroll the page to the top, fast and smooth! If you want to hide the scroll button, please click on the toolbar icon once (dark grey arrow). The button will disappear immediately. Please note that pressing on the toolbar icon once again will display the scroll button. To report bugs, please fill out the bug report form on the add-on's homepage (https://mybrowseraddon.com/scroll-to-top.html).
擴展基本資訊
名稱 | Scroll to Top |
ID | jbnhgaohndmapghohjlkgjeghcklepee |
官方網址 | https://chromewebstore.google.com/detail/scroll-to-top/jbnhgaohndmapghohjlkgjeghcklepee |
簡介 | Add a stylish scroll-to-top button for all websites. |
檔案大小 | 43.94 KB |
安裝次數 | 808 |
目前版本 | 0.1.2 |
更新時間 | 2024-01-21 |
上架時間 | 2018-04-30 |
評分 | 4.25/5 共 4 次評分 |
開發者 | Muyor |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://mybrowseraddon.com/scroll-to-top.html |
說明頁面URL | https://mybrowseraddon.com/scroll-to-top.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.2", "manifest_version": 3, "name": "Scroll to Top", "offline_enabled": true, "permissions": [ "storage" ], "homepage_url": "https:\/\/mybrowseraddon.com\/scroll-to-top.html", "description": "Add a stylish scroll-to-top button for all websites.", "background": { "service_worker": "background.js" }, "action": { "default_title": "Scroll to Top", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "commands": { "toggle": { "description": "Scroll to Top", "suggested_key": { "mac": "Command+Shift+D", "default": "Ctrl+Shift+D" } } }, "content_scripts": [ { "matches": [ " |