New Tab with Aerial Videos
Watch Apple's gorgeous aerial videos every time you open a new tab.
New Tab with Aerial Videos란 무엇입니까?
New Tab with Aerial Videos은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch Apple's gorgeous aerial videos every time you open a new tab."입니다.
확장 프로그램 스크린샷
New Tab with Aerial Videos 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension overrides the default new tab page and brings the stunning Apple Aerial Video Screensavers to your Chrome browser. -The video will automatically switch to another once it's finished -You have the option to display/hide the location (as an overlay or in the tab title) -You have the option to display/hide the video controls. As the videos are streamed from Apple's website, and internet connection is required. Storage permission is required to save your settings. 2018-09-18 Minor bug fixes
확장 프로그램 기본 정보
이름 | New Tab with Aerial Videos |
ID | onkmpijjdapellfindiohcfgmifppegh |
공식 URL | https://chromewebstore.google.com/detail/new-tab-with-aerial-video/onkmpijjdapellfindiohcfgmifppegh |
설명 | Watch Apple's gorgeous aerial videos every time you open a new tab. |
파일 크기 | 110 KB |
설치 횟수 | 86 |
현재 버전 | 0.1.5 |
최근 업데이트 | 2018-09-14 |
출시 날짜 | 2018-09-14 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "author": "mogwaee", "chrome_url_overrides": { "newtab": "newTab.html" }, "description": "Watch Apple's gorgeous aerial videos every time you open a new tab.", "icons": { "128": "img\/icon.png", "48": "img\/icon.png" }, "manifest_version": 2, "name": "New Tab with Aerial Videos", "options_page": "options.html", "permissions": [ "http:\/\/a1.phobos.apple.com\/us\/r1000\/000\/Features\/atv\/AutumnResources\/videos\/entries.json", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.5" } |