Autoscroll

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

Vad är Autoscroll?

Autoscroll är en Chrome-tillägg utvecklad av danny.hope, och dess huvudfunktion är "Scroll to the bottom of the page - Created with http://blog.self.li".

Ladda ner Autoscroll-förlängningens CRX-fil

Ladda ner Autoscroll-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Autoscroll Autoscroll
ID kgkaecolmndcecnchojbndeanmiokofl
Officiell webbadress https://chrome.google.com/webstore/detail/autoscroll/kgkaecolmndcecnchojbndeanmiokofl
Beskrivning Scroll to the bottom of the page - Created with http://blog.self.li
Filstorlek 6.66 KB
Antal Installationer 4,000
Aktuell Version 0.1
Senast Uppdaterad 2014-11-21
Publiceringsdatum 2014-11-21
Betyg 4.55/5 Totalt 22 Betyg
Utvecklare danny.hope
Betalningssätt free
Tilläggswebbplats https://github.com/dannyhope/autoscroll
Stödda Språk 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
}