AutoScroll
This extension is a basic extension to scroll any page automatically for every 3 secs
什么是AutoScroll?
AutoScroll是由sanatom开发的Chrome扩展程序,该扩展的主要功能是“This extension is a basic extension to scroll any page automatically for every 3 secs”。
下载AutoScroll扩展crx文件
下载AutoScroll扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | bkbnpehigfkkkpeohecjmckohmjcafjd |
官方URL | https://chrome.google.com/webstore/detail/autoscroll/bkbnpehigfkkkpeohecjmckohmjcafjd |
简介 | This extension is a basic extension to scroll any page automatically for every 3 secs |
文件大小 | 5.92 KB |
安装次数 | 50 |
当前版本 | 1.0 |
更新时间 | 2015-05-10 |
上架时间 | 2015-05-10 |
开发者 | sanatom |
付费类型 | free |
支持的语言 | 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\/" ] } |