Scroller
Chrome extension that scrolls up, down, left and right.
什么是Scroller?
Scroller是由Studio Hitsu开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension that scrolls up, down, left and right.”。
扩展截图
下载Scroller扩展crx文件
下载Scroller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Scroller is a simple auto-scroller that allows you to scroll up, down, left, right with various speeds. 扩展基本信息
| 名称 | |
| ID | aeapffmgbamdjlckmheidmpmjhkagagm |
| 官方URL | https://chromewebstore.google.com/detail/scroller/aeapffmgbamdjlckmheidmpmjhkagagm |
| 简介 | Chrome extension that scrolls up, down, left and right. |
| 文件大小 | 10.87 KB |
| 安装次数 | 38 |
| 当前版本 | 1.0 |
| 更新时间 | 2022-02-22 |
| 上架时间 | 2022-02-22 |
| 开发者 | Studio Hitsu |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Scroller",
"description": "Chrome extension that scrolls up, down, left and right.",
"version": "1.0",
"manifest_version": 3,
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/scroller16.png",
"32": "\/images\/scroller32.png",
"48": "\/images\/scroller48.png",
"128": "\/images\/scroller128.png"
}
},
"icons": {
"16": "\/images\/scroller16.png",
"32": "\/images\/scroller32.png",
"48": "\/images\/scroller48.png",
"128": "\/images\/scroller128.png"
}
} | |