NewTime - NewTab Timelapse
Open newtabs with refreshing timelapse videos.
NewTime - NewTab Timelapse란 무엇입니까?
NewTime - NewTab Timelapse은(는) yyrcd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open newtabs with refreshing timelapse videos."입니다.
확장 프로그램 스크린샷
NewTime - NewTab Timelapse 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
NewTime - NewTab Timelapse Open newtabs with refreshing timelapse videos. ★ Cached videos, there is no delay when you open a newtab. ★ Importing your own videos (saved in your local browser). ★ Completely offline video and music library. ★ Importing music & Music visualization. 打开新标签页时,欣赏一个延时摄影作品。 完全离线的视频和音乐 Library。 导入网易云音乐歌曲,支持音乐可视化。
확장 프로그램 기본 정보
이름 | NewTime - NewTab Timelapse |
ID | bjkiaidggnkcgjdioaedkdeldoalaigg |
공식 URL | https://chromewebstore.google.com/detail/newtime-newtab-timelapse/bjkiaidggnkcgjdioaedkdeldoalaigg |
설명 | Open newtabs with refreshing timelapse videos. |
파일 크기 | 1.03 MB |
설치 횟수 | 71 |
현재 버전 | 0.6.1 |
최근 업데이트 | 2020-07-07 |
출시 날짜 | 2020-07-07 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | yyrcd |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NewTime - NewTab Timelapse", "version": "0.6.1", "description": "Open newtabs with refreshing timelapse videos.", "options_page": "views\/show.html", "background": { "scripts": [ "js\/lib\/localforage.min.js", "js\/utils.js", "js\/background.js" ], "persistent": false }, "browser_action": [], "chrome_url_overrides": { "newtab": "views\/vtab.html" }, "icons": { "16": "imgs\/favicon16.png", "48": "imgs\/favicon48.png", "128": "imgs\/favicon128.png" }, "content_security_policy": "script-src 'self' https:\/\/stat.newti.me; object-src 'self'", "externally_connectable": { "matches": [ "*:\/\/newti.me\/*", "http:\/\/localhost:8000\/*" ] } } |