Scroll UP
Scroll UP to the top of the page.
Co to jest Scroll UP?
Scroll UP to rozszerzenie Chrome opracowane przez Sameer N Miraj, a jego główną funkcją jest „Scroll UP to the top of the page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Scroll UP
Pobierz pliki rozszerzeń Scroll UP 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
Scroll UP to the top of the page. You will see a small arrow at the right bottom corner of the webpage when you scroll down. Clicking on it will take you straight up to the top of the page.
Podstawowe informacje o rozszerzeniu
Nazwa | Scroll UP |
ID | nikifllafkofdicjhldgiophmodkhpia |
Oficjalny URL | https://chromewebstore.google.com/detail/scroll-up/nikifllafkofdicjhldgiophmodkhpia |
Opis | Scroll UP to the top of the page. |
Rozmiar pliku | 99.1 KB |
Liczba instalacji | 116 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2014-06-03 |
Data Publikacji | 2014-06-03 |
Ocena | 3.50/5 Łącznie 6 Oceny |
Deweloper | Sameer N Miraj |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://sf-advanced-code-searcher.web.app |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scroll UP", "version": "0.0.2", "manifest_version": 2, "description": "Scroll UP to the top of the page.", "author": "Sameer N Miraj", "icons": { "48": "Document-icon.png", "128": "Document-icon.png" }, "content_scripts": [ { "js": [ "jquery.js", "contentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ "image\/*.png" ] } |