Scroll Marking
scroll position marking... (beta)
What is Scroll Marking?
Scroll Marking is a Chrome extension developed by crossshock01, and its main feature is "scroll position marking... (beta)".
Download Scroll Marking Extension CRX File
Download Scroll Marking extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
현재 베타 테스트 중입니다.^^; Scroll Marking(Bookmark) 기능으로 사용자가 지정한 스크롤 위치를 저장하고 지장된 스크롤 위치로 바로 이동하는 기능입니다. 새로고침으로 지정된 스크롤은 자동 삭제 됩니다. 현재는 베타 버젼으로 추후 더욱 강력한 기능을 추가 할 예정입니다. 단축키 설명 Ctrl + Alt + F2 : Marking 추가/삭제 F2 : 저장된 Marking으로 이동 version 0.2 - 마크 이미지 추가 - 스크롤 위치 정보 개선
Extension Basic Information
Name | Scroll Marking |
ID | cligbooaphobjddnlaikplcohmhmafkg |
Official URL | https://chromewebstore.google.com/detail/scroll-marking/cligbooaphobjddnlaikplcohmhmafkg |
Description | scroll position marking... (beta) |
File Size | 20.37 KB |
Installation Count | 19 |
Current Version | 0.2 |
Last Updated | 2018-03-10 |
Publish Date | 2018-03-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | crossshock01 |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scroll Marking", "short_name": "SclMark", "description": "scroll position marking... (beta)", "version": "0.2", "manifest_version": 2, "icons": { "16": "images\/16.png", "32": "images\/32.png", "64": "images\/64.png", "128": "images\/128.png" }, "permissions": [ "contextMenus", "tabs", "activeTab", "background", "storage" ], "background": { "persistent": false, "scripts": [ "src\/background.js" ] }, "web_accessible_resources": [ "images\/*.png" ], "content_scripts": [ { "matches": [ " |