New Street Tab
Alters your new tab to display a streetview from around the world
New Street Tab란 무엇입니까?
New Street Tab은(는) Brad Hansen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Alters your new tab to display a streetview from around the world"입니다.
확장 프로그램 스크린샷
New Street Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Explore and discover awesome places around the world every time you open a new tab! You will be greeted with a street view panorama from a random location in the world with each new tab. If you are curious where the panorama is from in the world, simply click the map pin up in the top left.
확장 프로그램 기본 정보
이름 | New Street Tab |
ID | kacggbfglepmgodfdgeedidegbbgjeck |
공식 URL | https://chromewebstore.google.com/detail/new-street-tab/kacggbfglepmgodfdgeedidegbbgjeck |
설명 | Alters your new tab to display a streetview from around the world |
파일 크기 | 25.7 KB |
설치 횟수 | 40 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2018-05-07 |
출시 날짜 | 2018-05-07 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Brad Hansen |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon2.png", "default_popup": "popup.html", "default_title": "New Street Tab" }, "chrome_url_overrides": { "newtab": "newerTab.html" }, "content_security_policy": "script-src https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com 'self'; object-src 'self'", "description": "Alters your new tab to display a streetview from around the world", "icons": { "128": "icon.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA\/IDIdqV4x8KWO5WFhqv5POYu6+GtPGyFbqGDovvaZxjHHzzBRdGm7mRC+kn2GYi4EKMbBG1IHTBzq+oUVJKJVdqhjWPlb28w3UH1i07aQB+3nMtA9xJCGW2xeuc0gOp6r1CKm5PRPuwTqGvQsTbRQ6vj99B8RK4+AojY5zPM\/2OPy2AoG6UpPiEALN2a\/ye+gtueFJdFbttaYk6o2p532ijN95DnsyQRedZ1Yg54tdEQfkxY+o95qt45IOBDtWGN5qffuayg5\/5uqv9Vbf6yhgPOAW8sAPzueneYIGCl6\/sqagwjvB+b72XfucQV3tJ7fDQfVbT1k8Kct26Yba0MAwIDAQAB", "manifest_version": 2, "name": "New Street Tab", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3" } |