AutoScroll
This extension is a basic extension to scroll any page automatically for every 3 secs
AutoScroll là gì?
AutoScroll là một tiện ích mở rộng Chrome được phát triển bởi sanatom, và tính năng chính của nó là "This extension is a basic extension to scroll any page automatically for every 3 secs".
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
This extension is developed for those who involve in extensive scrolling of webpages. This lets you to automatically scroll the webpage if scroll bar is available.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bkbnpehigfkkkpeohecjmckohmjcafjd |
URL Chính Thức | https://chrome.google.com/webstore/detail/autoscroll/bkbnpehigfkkkpeohecjmckohmjcafjd |
Mô tả | This extension is a basic extension to scroll any page automatically for every 3 secs |
Kích Thước Tệp | 5.92 KB |
Số Lần Cài Đặt | 50 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-05-10 |
Ngày Phát Hành | 2015-05-10 |
Nhà Phát Triển | sanatom |
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": "AutoScroll", "description": "This extension is a basic extension to scroll any page automatically for every 3 secs", "version": "1.0", "browser_action": { "default_icon": "autoscroll.png", "default_popup": "scroll.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |