Autoscroll
Scroll to the bottom of the page - Created with http://blog.self.li
什么是Autoscroll?
Autoscroll是由danny.hope开发的Chrome扩展程序,该扩展的主要功能是“Scroll to the bottom of the page - Created with http://blog.self.li”。
下载Autoscroll扩展crx文件
下载Autoscroll扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a button for scrolling to the bottom of a page (which can be useful on infinite scrolling pages).
扩展基本信息
名称 | ![]() |
ID | kgkaecolmndcecnchojbndeanmiokofl |
官方URL | https://chrome.google.com/webstore/detail/autoscroll/kgkaecolmndcecnchojbndeanmiokofl |
简介 | Scroll to the bottom of the page - Created with http://blog.self.li |
文件大小 | 6.66 KB |
安装次数 | 4,000 |
当前版本 | 0.1 |
更新时间 | 2014-11-21 |
上架时间 | 2014-11-21 |
评分 | 4.55/5 共22次评分 |
开发者 | danny.hope |
付费类型 | free |
扩展官网 | https://github.com/dannyhope/autoscroll |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Autoscroll" }, "name": "Autoscroll", "description": "Scroll to the bottom of the page - Created with http:\/\/blog.self.li", "homepage_url": "http:\/\/blog.self.li\/post\/16366939413\/how-to-convert-bookmarklet-to-chrome-extension", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |