Chromescape Navigator
Show the Netscape Navigator or Internet Explorer loading animation in Chrome
Chromescape Navigator란 무엇입니까?
Chromescape Navigator은(는) Evan Salter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show the Netscape Navigator or Internet Explorer loading animation in Chrome"입니다.
확장 프로그램 스크린샷
Chromescape Navigator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
What Chrome extension that shows the Netscape Navigator or Internet Explorer loading icon when loading a page. Why Nostalgia, I guess ¯\_(ツ)_/¯ How To choose which loading icon to use, right click on the extension after installing and choose "options"
확장 프로그램 기본 정보
이름 | Chromescape Navigator |
ID | ocjjknbofcggmblgmlpfpmhccojaecnp |
공식 URL | https://chromewebstore.google.com/detail/chromescape-navigator/ocjjknbofcggmblgmlpfpmhccojaecnp |
설명 | Show the Netscape Navigator or Internet Explorer loading animation in Chrome |
파일 크기 | 189 KB |
설치 횟수 | 568 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2017-01-27 |
출시 날짜 | 2017-01-26 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | Evan Salter |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/esalter-va/chromescape-navigator |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chromescape Navigator", "description": "Show the Netscape Navigator or Internet Explorer loading animation in Chrome", "version": "1.1.0", "icons": { "16": "logo\/logo16.png", "48": "logo\/logo48.png", "128": "logo\/logo128.png" }, "browser_action": { "default_icon": "logo\/logo16.png" }, "background": { "scripts": [ "script.js" ] }, "options_page": "options\/options.html", "permissions": [ "activeTab", "storage" ] } |