Fast Scroll To Top
Scrolls instantly to top.
Fast Scroll To Top란 무엇입니까?
Fast Scroll To Top은(는) Guido에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrolls instantly to top."입니다.
확장 프로그램 스크린샷
Fast Scroll To Top 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Scroll to top instantly. Just click on the icon. Absolutely lean implementation. Does not come with any CSS. Does not get injected before clicking. Does not need any configuration. Does not include any adware. Does not scroll slowly. Does not overlay your content. Just works! Enjoy the extension. Ratings are welcome!
확장 프로그램 기본 정보
이름 | Fast Scroll To Top |
ID | kphhbalcjpamoncjlnnhlajngdfmpafl |
공식 URL | https://chromewebstore.google.com/detail/fast-scroll-to-top/kphhbalcjpamoncjlnnhlajngdfmpafl |
설명 | Scrolls instantly to top. |
파일 크기 | 4.95 KB |
설치 횟수 | 282 |
현재 버전 | 1.2 |
최근 업데이트 | 2014-06-21 |
출시 날짜 | 2014-06-21 |
평점 | 4.44/5 총 9 개의 평점 |
개발자 | Guido |
결제 유형 | free |
도움말 페이지 URL | https://github.com/guido4000/FastScrollToTop |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fast Scroll To Top", "version": "1.2", "author": "Guido Hoermann", "short_name": "FastScrollToTop", "description": "Scrolls instantly to top.", "icons": { "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "Scroll up" }, "permissions": [ "activeTab" ] } |