Elevator.js
This extension will let you return to the top of the page in style!
Elevator.js란 무엇입니까?
Elevator.js은(는) skeys apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will let you return to the top of the page in style!"입니다.
Elevator.js 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension uses Tim Holman's Elevator.js library to add a fun yet functional "back to top" button to every webpage you visit. When you click it, it will scroll to the top of the page for you while playing elevator music.
확장 프로그램 기본 정보
이름 | Elevator.js |
ID | jnfhbbkoimbokjhnpbcjafhlobcmckem |
공식 URL | https://chromewebstore.google.com/detail/elevatorjs/jnfhbbkoimbokjhnpbcjafhlobcmckem |
설명 | This extension will let you return to the top of the page in style! |
파일 크기 | 702 KB |
설치 횟수 | 19 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2015-11-30 |
출시 날짜 | 2015-11-30 |
개발자 | skeys apps |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Elevator.js", "short_name": "Elevator.js", "description": "This extension will let you return to the top of the page in style!", "version": "0.0.3", "web_accessible_resources": [ "assets\/*" ], "icons": { "128": "assets\/icon_128.png" }, "content_scripts": [ { "js": [ "background.js", "elevator.js" ], "css": [ "elevatorjs.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |