Autoscroll

Scroll to the bottom of the page - Created with http://blog.self.li

Wat is Autoscroll?

Autoscroll is een Chrome-extensie ontwikkeld door danny.hope, en de belangrijkste functie is "Scroll to the bottom of the page - Created with http://blog.self.li".

Download het CRX-bestand van de extensie Autoscroll

Download Autoscroll-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Adds a button for scrolling to the bottom of a page (which can be useful on infinite scrolling pages).                    

Basisinformatie over de Extensie

Naam Autoscroll Autoscroll
ID kgkaecolmndcecnchojbndeanmiokofl
Officiële URL https://chrome.google.com/webstore/detail/autoscroll/kgkaecolmndcecnchojbndeanmiokofl
Beschrijving Scroll to the bottom of the page - Created with http://blog.self.li
Bestandsgrootte 6.66 KB
Aantal Installaties 4,000
Huidige Versie 0.1
Laatst Bijgewerkt 2014-11-21
Publicatiedatum 2014-11-21
Beoordeling 4.55/5 Totaal 22 Beoordelingen
Ontwikkelaar danny.hope
Betalingswijze free
Extensiewebsite https://github.com/dannyhope/autoscroll
Ondersteunde Talen 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
}