Chrome Auto Scroll
Automatically scroll a web page
Chrome Auto Scroll là gì?
Chrome Auto Scroll là một tiện ích mở rộng Chrome được phát triển bởi MichaelStanden, và tính năng chính của nó là "Automatically scroll a web page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chrome Auto Scroll
Tải xuống các tệp mở rộng Chrome Auto Scroll 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
Click a button and watch your web page slowly scroll to the button. Allows for a seamless viewing experience without the need to scroll manually. Adjustable scroll speed to ensure the right experience whether your scrolling images, links or walls of text.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chrome Auto Scroll |
ID | dbimlbkcbphdbocgfkdanelhejpcbpfj |
URL Chính Thức | https://chromewebstore.google.com/detail/chrome-auto-scroll/dbimlbkcbphdbocgfkdanelhejpcbpfj |
Mô tả | Automatically scroll a web page |
Kích Thước Tệp | 10.18 KB |
Số Lần Cài Đặt | 3,053 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-11-22 |
Ngày Phát Hành | 2015-11-22 |
Đánh Giá | 2.57/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | MichaelStanden |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Auto Scroll", "description": "Automatically scroll a web page", "version": "1.0", "author": "Michael Standen", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "page_action": { "default_icon": { "16": "img\/icon16.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "default_title": "Auto Scroll (OFF)" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "activeTab", "storage" ], "options_page": "options.html" } |