Scroll UP
Scroll UP to the top of the page.
什么是Scroll UP?
Scroll UP是由Sameer N Miraj开发的Chrome扩展程序,该扩展的主要功能是“Scroll UP to the top of the page.”。
扩展截图
下载Scroll UP扩展crx文件
下载Scroll UP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Scroll UP to the top of the page. You will see a small arrow at the right bottom corner of the webpage when you scroll down. Clicking on it will take you straight up to the top of the page.
扩展基本信息
名称 | Scroll UP |
ID | nikifllafkofdicjhldgiophmodkhpia |
官方URL | https://chromewebstore.google.com/detail/scroll-up/nikifllafkofdicjhldgiophmodkhpia |
简介 | Scroll UP to the top of the page. |
文件大小 | 99.1 KB |
安装次数 | 116 |
当前版本 | 0.0.2 |
更新时间 | 2014-06-03 |
上架时间 | 2014-06-03 |
评分 | 3.50/5 共6次评分 |
开发者 | Sameer N Miraj |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://sf-advanced-code-searcher.web.app |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scroll UP", "version": "0.0.2", "manifest_version": 2, "description": "Scroll UP to the top of the page.", "author": "Sameer N Miraj", "icons": { "48": "Document-icon.png", "128": "Document-icon.png" }, "content_scripts": [ { "js": [ "jquery.js", "contentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ "image\/*.png" ] } |