goTOP
The easier way to scroll web page to the top.
goTOP란 무엇입니까?
goTOP은(는) Felipe Beline에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The easier way to scroll web page to the top."입니다.
확장 프로그램 스크린샷
goTOP 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
goTOP adiciona um botão no canto superior da tela que quando clicado sobe a pagina para o topo.Facilitando na utilização de páginas com grande quantidade de conteúdo.
확장 프로그램 기본 정보
이름 | |
ID | ekpjfhgkkihelhidjbmjojlgmkokdolb |
공식 URL | https://chrome.google.com/webstore/detail/gotop/ekpjfhgkkihelhidjbmjojlgmkokdolb |
설명 | The easier way to scroll web page to the top. |
파일 크기 | 60.3 KB |
설치 횟수 | 12 |
현재 버전 | 0.0.7 |
최근 업데이트 | 2014-01-12 |
출시 날짜 | 2014-01-12 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | Felipe Beline |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "goTOP", "version": "0.0.7", "manifest_version": 2, "description": "The easier way to scroll web page to the top.", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js", "js\/jquery-migrate-1.2.1.min.js", "js\/jquery-1.10.1.min.js" ] } ], "web_accessible_resources": [ "images\/arrow.png" ] } |