Auto Scroller
Simple auto scroller
什么是Auto Scroller?
Auto Scroller是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Simple auto scroller”。
扩展截图
下载Auto Scroller扩展crx文件
下载Auto Scroller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An auto scroller for dynamically generated content. It allows you to scroll to the bottom of the page or to its beginning. 扩展基本信息
| 名称 | |
| ID | opedpelkjlecfdlbebaggfdajbknjpjk |
| 官方URL | https://chromewebstore.google.com/detail/auto-scroller/opedpelkjlecfdlbebaggfdajbknjpjk |
| 简介 | Simple auto scroller |
| 文件大小 | 15.21 KB |
| 安装次数 | 106 |
| 当前版本 | 1.0 |
| 更新时间 | 2022-03-21 |
| 上架时间 | 2022-03-21 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | Unknown |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Auto Scroller",
"description": "Simple auto scroller",
"version": "1.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/kibana.png",
"32": "\/images\/kibana.png",
"48": "\/images\/kibana.png",
"128": "\/images\/kibana.png"
}
},
"icons": {
"16": "\/images\/get_started16.png",
"32": "\/images\/get_started32.png",
"48": "\/images\/get_started48.png",
"128": "\/images\/get_started128.png"
}
} | |