Scroll Recall
Scrolls page to the position of last visit
Scroll Recall란 무엇입니까?
Scroll Recall은(는) https://efojs.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrolls page to the position of last visit"입니다.
확장 프로그램 스크린샷
Scroll Recall 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It remembers where you stopped reading or watching (scrolling) page And scrolls you back whenever you open it again (from bookmark or by clicking a link or directly typing adress) Read, close, open, read on Press "Forget this page" in the ribbon to erase scrolling info and stop tracking current page Ribbon appears in the bottom right corner of screen for few seconds after reloading any page ___ Actually interesting why browsers do not offer this kind of help yet
확장 프로그램 기본 정보
이름 | Scroll Recall |
ID | ndbadeoplpldhbnpepaaneehnmihapag |
공식 URL | https://chromewebstore.google.com/detail/scroll-recall/ndbadeoplpldhbnpepaaneehnmihapag |
설명 | Scrolls page to the position of last visit |
파일 크기 | 13.4 KB |
설치 횟수 | 92 |
현재 버전 | 0.0.0.1 |
최근 업데이트 | 2015-09-27 |
출시 날짜 | 2015-09-27 |
평점 | 3.17/5 총 6 개의 평점 |
개발자 | https://efojs.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Denis Krasulin (EFOJS), 2015", "name": "Scroll Recall", "short_name": "ScrollRecall", "homepage_url": "http:\/\/efojs.com", "description": "Scrolls page to the position of last visit", "version": "0.0.0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scrollRecall.js" ], "css": [ "scrollRecall.css" ] } ], "web_accessible_resources": [ "iconSettings.png" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |