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).                    

擴展基本資訊

名稱 Autoscroll Autoscroll
ID kgkaecolmndcecnchojbndeanmiokofl
官方網址 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
}