Autoscroll
Scroll to the bottom of the page - Created with http://blog.self.li
Co to jest Autoscroll?
Autoscroll to rozszerzenie Chrome opracowane przez danny.hope, a jego główną funkcją jest „Scroll to the bottom of the page - Created with http://blog.self.li”.
Pobierz plik CRX rozszerzenia Autoscroll
Pobierz pliki rozszerzeń Autoscroll w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Adds a button for scrolling to the bottom of a page (which can be useful on infinite scrolling pages).
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | kgkaecolmndcecnchojbndeanmiokofl |
Oficjalny URL | https://chrome.google.com/webstore/detail/autoscroll/kgkaecolmndcecnchojbndeanmiokofl |
Opis | Scroll to the bottom of the page - Created with http://blog.self.li |
Rozmiar pliku | 6.66 KB |
Liczba instalacji | 4,000 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2014-11-21 |
Data Publikacji | 2014-11-21 |
Ocena | 4.55/5 Łącznie 22 Oceny |
Deweloper | danny.hope |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/dannyhope/autoscroll |
Obsługiwane Języki | 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 } |