Better New Tab Pro
Better new tab improves the quality of your new tab with amazing wallpapers & videos
Better New Tab Pro란 무엇입니까?
Better New Tab Pro은(는) MrProductivity에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Better new tab improves the quality of your new tab with amazing wallpapers & videos"입니다.
확장 프로그램 스크린샷
Better New Tab Pro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Better new tab pro improves the quality of your new tab by adding wallpapers and video wallpapers You can select many normal wallpapers (static pictures) or video animated wallpapers that plays automatically on your new tab page. If you want more videos or images, please let us know and we will add more! Suggestions are welcome! You can contact us @ [email protected]
확장 프로그램 기본 정보
이름 | |
ID | nojnjadiacnfbmeaedaloeilohcjmfdg |
공식 URL | https://chrome.google.com/webstore/detail/better-new-tab-pro/nojnjadiacnfbmeaedaloeilohcjmfdg |
설명 | Better new tab improves the quality of your new tab with amazing wallpapers & videos |
파일 크기 | 17.23 MB |
설치 횟수 | 54 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2020-06-17 |
출시 날짜 | 2020-06-17 |
평점 | 3.00/5 총 1 개의 평점 |
개발자 | MrProductivity |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "author": "MrProductivity", "version": "1.0.1", "icons": { "16": "icons\/16.png", "128": "icons\/128.png" }, "chrome_url_overrides": { "newtab": "pages\/app.html" }, "background": { "persistent": true, "page": "pages\/background.html" }, "permissions": [ "tabs", "topSites", "storage" ], "default_locale": "en", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "js\/content.js" ] } |