Scroll to Top
Just a Scroll to Top Button
Scroll to Topคืออะไร?
Scroll to Top เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://singleclickapps.com และคุณลักษณะหลักของมันคือ "Just a Scroll to Top Button"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scroll to Top
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |