Start Line
Specify the start scrolling web site.
Start Line란 무엇입니까?
Start Line은(는) GGamagidev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Specify the start scrolling web site."입니다.
확장 프로그램 스크린샷
Start Line 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When you open to an article on the website, the first action will be to lower the scroll down to see the content. Start Line, has been omitted unnecessary page scroll to see the content by specifying the scroll position of the start of the Web site. How to do. 1. Select click the New Element Position, 2. Choose which elements to start. In the 2nd screen shot, chose the date. Enter the address of the conditions to work. Conditions, you can specify up to three separated by a space. In the 2nd screen shot, enter the "ggamagidev.blogspot.com/2013/10" and ".html". 3. The address of the web site, if that have strings that you entered, scroll bar moves at the position of the element you select. In the 3rd screen shot, open the site that have "ggamagidev.blogspot.com/2013/10" and ".html", scroll bar have been moved to the position of the date that is selected in the above example. Chrome extension Start Line can reduce the wasted time scroll in net surfing you.
확장 프로그램 기본 정보
이름 | |
ID | ibammdddhhglmbjllhfpmlhcmciafckj |
공식 URL | https://chrome.google.com/webstore/detail/start-line/ibammdddhhglmbjllhfpmlhcmciafckj |
설명 | Specify the start scrolling web site. |
파일 크기 | 44.02 KB |
설치 횟수 | 46 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2013-11-21 |
출시 날짜 | 2013-11-21 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | GGamagidev |
결제 유형 | free |
도움말 페이지 URL | http://ggamagidev.blogspot.com/search/label/Start%20Line |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Start Line", "permissions": [ "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "version": "1.0.2", "description": "Specify the start scrolling web site.", "homepage_url": "http:\/\/ggamagidev.blogspot.com\/", "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "options_page": "options.html", "icons": { "16": "icon16.png", "19": "icon19.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |