Scroll Master
Your scroller with more control.
什么是Scroll Master?
Scroll Master是由ziyu.app开发的Chrome扩展程序,该扩展的主要功能是“Your scroller with more control.”。
扩展截图
下载Scroll Master扩展crx文件
下载Scroll Master扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | mhalmopmocdbokhgdbooincjafblpjnb |
| 官方URL | https://chrome.google.com/webstore/detail/scroll-master/mhalmopmocdbokhgdbooincjafblpjnb |
| 简介 | Your scroller with more control. |
| 文件大小 | 310 KB |
| 安装次数 | 324 |
| 当前版本 | 0.0.13 |
| 更新时间 | 2015-09-21 |
| 上架时间 | 2015-09-21 |
| 评分 | 3.86/5 共35次评分 |
| 开发者 | ziyu.app |
| 付费类型 | free |
| 支持的语言 | en,zh-CN,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.13",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/compiled.js"
],
"css": [
"styles\/contentscript.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"web_accessible_resources": [
"template.html",
"fonts\/*"
],
"permissions": [
"tabs",
"storage",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |