Autoscroll

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

Was ist Autoscroll?

Autoscroll ist eine Chrome-Erweiterung, die von danny.hope entwickelt wurde, und ihr Hauptmerkmal ist "Scroll to the bottom of the page - Created with http://blog.self.li".

Autoscroll-Erweiterungs-CRX-Datei herunterladen

Laden Sie Autoscroll-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Autoscroll Autoscroll
ID kgkaecolmndcecnchojbndeanmiokofl
Offizielle URL https://chrome.google.com/webstore/detail/autoscroll/kgkaecolmndcecnchojbndeanmiokofl
Beschreibung Scroll to the bottom of the page - Created with http://blog.self.li
Dateigröße 6.66 KB
Installationsanzahl 4,000
Aktuelle Version 0.1
Letztes Update 2014-11-21
Veröffentlichungsdatum 2014-11-21
Bewertung 4.55/5 Insgesamt 22 Bewertungen
Entwickler danny.hope
Zahlungsart free
Erweiterungswebsite https://github.com/dannyhope/autoscroll
Unterstützte Sprachen 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
}