Autoscroll

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

Hvad er Autoscroll?

Autoscroll er en Chrome-udvidelse udviklet af danny.hope, og dens hovedfunktion er "Scroll to the bottom of the page - Created with http://blog.self.li".

Download Autoscroll-udvidelses-CRX-fil

Download Autoscroll-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Autoscroll Autoscroll
ID kgkaecolmndcecnchojbndeanmiokofl
Officiel URL https://chrome.google.com/webstore/detail/autoscroll/kgkaecolmndcecnchojbndeanmiokofl
Beskrivelse Scroll to the bottom of the page - Created with http://blog.self.li
Filstørrelse 6.66 KB
Antal Installationer 4,000
Nuværende Version 0.1
Senest Opdateret 2014-11-21
Udgivelsesdato 2014-11-21
Bedømmelse 4.55/5 Samlet 22 Bedømmelser
Udvikler danny.hope
Betalingsmetode free
Udvidelseswebsted https://github.com/dannyhope/autoscroll
Understøttede Sprog 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
}