SavePoint
Saves the page scroll and snaps it back when desired.
SavePoint란 무엇입니까?
SavePoint은(는) Like The Mammal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Saves the page scroll and snaps it back when desired."입니다.
확장 프로그램 스크린샷
SavePoint 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click the 'S' icon to add a savepoint anywhere while scrolling through a page. Click again to snap back to that position. Works best with sites like Twitter and Facebook. Keyboard shortcuts: Win: Ctrl+Shift+S (Add Savepoint) Mac: Cmd+Shift+S (Add Savepoint)
확장 프로그램 기본 정보
이름 | |
ID | gcgddopabjjjjonmgchapnicpbgebala |
공식 URL | https://chrome.google.com/webstore/detail/savepoint/gcgddopabjjjjonmgchapnicpbgebala |
설명 | Saves the page scroll and snaps it back when desired. |
파일 크기 | 1.69 MB |
설치 횟수 | 19 |
현재 버전 | 0.0.3.6 |
최근 업데이트 | 2013-08-20 |
출시 날짜 | 2013-08-20 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | Like The Mammal |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SavePoint", "version": "0.0.3.6", "manifest_version": 2, "author": "Chris Dolphin", "description": "Saves the page scroll and snaps it back when desired.", "homepage_url": "http:\/\/likethemammal.com", "browser_action": { "default_icon": "src\/images\/icons\/icon16inactive.png", "default_title": "Save Point" }, "icons": { "48": "src\/images\/icons\/icon48g.png", "128": "src\/images\/icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "src\/js\/onSaveClick.js", "src\/js\/clearData.js", "src\/js\/onActivate.js", "src\/js\/checkLoad.js", "src\/images\/icons\/icon48g.png", "src\/images\/icons\/icon48y.png" ], "commands": { "toggle-save": { "suggested_key": { "default": "Ctrl+Shift+Z", "windows": "Ctrl+Shift+Z", "mac": "Command+Shift+Z", "chromeos": "Ctrl+Shift+Z", "linux": "Ctrl+Shift+Z" }, "description": "Send a 'toggle-save' event to the extension" } } } |