Last Scroll
Shows position after scrolling (by line ↡, or by page ⇓) for better reading continuity.
Last Scroll란 무엇입니까?
Last Scroll은(는) [email protected]에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows position after scrolling (by line ↡, or by page ⇓) for better reading continuity."입니다.
확장 프로그램 스크린샷
Last Scroll 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When scrolling web pages it is often difficult to find the last previously visible line to keep on reading. This is most apparent when a scroll has less than a full page to go at the top or bottom of a document. *Last Scroll* provides a visual hint where to keep on reading, and how we got here. Click the visual hint to toggle its visibility.
확장 프로그램 기본 정보
이름 | Last Scroll |
ID | mceojjfcjklcpbdkagkjhoinaagcidnd |
공식 URL | https://chromewebstore.google.com/detail/last-scroll/mceojjfcjklcpbdkagkjhoinaagcidnd |
설명 | Shows position after scrolling (by line ↡, or by page ⇓) for better reading continuity. |
파일 크기 | 22.34 KB |
설치 횟수 | 28 |
현재 버전 | 10 |
최근 업데이트 | 2013-11-30 |
출시 날짜 | 2013-11-30 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/anaran/LastScrollChrome |
도움말 페이지 URL | https://github.com/anaran/LastScrollChrome/issues |
지원되는 언어 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "version": "10", "minimum_chrome_version": "29.0.1521.3", "default_locale": "en", "description": "__MSG_extension_description__", "icons": { "48": "lastscroll4_48x48.png", "128": "lastscroll4_128x128.png" }, "web_accessible_resources": [ "lastscroll4_48x48.png", "lastscroll4_128x128.png" ], "permissions": [], "background": { "scripts": [ "last_scroll_event_page.js" ], "persistent": false }, "content_scripts": [ { "all_frames": false, "matches": [ " |