Autoscroll
Scroll to the bottom of the page - Created with http://blog.self.li
Autoscroll là gì?
Autoscroll là một tiện ích mở rộng Chrome được phát triển bởi danny.hope, và tính năng chính của nó là "Scroll to the bottom of the page - Created with http://blog.self.li".
Tải xuống tệp CRX của tiện ích mở rộng Autoscroll
Tải xuống các tệp mở rộng Autoscroll dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Adds a button for scrolling to the bottom of a page (which can be useful on infinite scrolling pages).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | kgkaecolmndcecnchojbndeanmiokofl |
URL Chính Thức | https://chrome.google.com/webstore/detail/autoscroll/kgkaecolmndcecnchojbndeanmiokofl |
Mô tả | Scroll to the bottom of the page - Created with http://blog.self.li |
Kích Thước Tệp | 6.66 KB |
Số Lần Cài Đặt | 4,000 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2014-11-21 |
Ngày Phát Hành | 2014-11-21 |
Đánh Giá | 4.55/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | danny.hope |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/dannyhope/autoscroll |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Autoscroll" }, "name": "Autoscroll", "description": "Scroll to the bottom of the page - Created with http:\/\/blog.self.li", "homepage_url": "http:\/\/blog.self.li\/post\/16366939413\/how-to-convert-bookmarklet-to-chrome-extension", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |