scrollUp!
Scroll to the top of the page with just one click
什么是scrollUp!?
scrollUp!是由Dlinny开发的Chrome扩展程序,该扩展的主要功能是“Scroll to the top of the page with just one click”。
扩展截图
下载scrollUp!扩展crx文件
下载scrollUp!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension places small arrow near the address bar so you can always easy click on it to get to the top of the page. Espacially handy for users without keyboard or when using keyboard is too dificult but scrolling is so boring.
扩展基本信息
名称 | scrollUp! |
ID | caipjllpopoedfhbddpkedpbndkjimba |
官方URL | https://chromewebstore.google.com/detail/scrollup/caipjllpopoedfhbddpkedpbndkjimba |
简介 | Scroll to the top of the page with just one click |
文件大小 | 14.6 KB |
安装次数 | 28 |
当前版本 | 1.1 |
更新时间 | 2013-02-28 |
上架时间 | 2013-02-28 |
评分 | 5.00/5 共1次评分 |
开发者 | Dlinny |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "scrollUp!", "version": "1.1", "description": "Scroll to the top of the page with just one click", "icons": { "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "extension.js" ] }, "permissions": [ "*:\/\/*\/*" ], "browser_action": { "default_title": "Scroll to top", "default_icon": "toolbar.png" } } |