EZVIZ for PC - Change New Tab
EZVIZ for pc extension provide you with 'EZVIZ' design on new tab. Designed for 'EZVIZ' app fans.
EZVIZ for PC - Change New Tab란 무엇입니까?
EZVIZ for PC - Change New Tab은(는) https://freesoftforpc.com/ezviz-app-for-pc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "EZVIZ for pc extension provide you with 'EZVIZ' design on new tab. Designed for 'EZVIZ' app fans."입니다.
확장 프로그램 스크린샷
EZVIZ for PC - Change New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
EZVIZ for PC extension lets you set a different background for every new tab you open in Google Chrome or other browsers that use the chromium engine. EZVIZfans who use it on their PCs will get a special treat. Your browser will look great every time you open it or create a new tab. All of this without hindering the functionality of the browser that you're used to. You will be able to see dedicated buttons for Most visited sites, Search bar, and Chrome Apps, along with some other features. The extra features are great, like the time tray, where you can decide if you want to show the time by 12-hours or 24-hours. Extras for the EZVIZusers don't limit there. You'll also get a To-Do button to set your target, and take new notes right from the tab. You can also change the background as per your preference if you don't like the new image. With all these features both from the default Chrome tab and the extras from Background Eraser, you'll love the convenience and boosted productivity. The App is only available in English right now, but other languages will be added later. ---------- Legal: ---------- The owner of this trademark is EZVIZ Inc, which is registered in the U.S. and other countries. There is no affiliation between EZVIZ Inc, and this independent project developed by Time Help.
확장 프로그램 기본 정보
이름 | |
ID | ggnaopgnjjeocchaiikcahncjkniojkh |
공식 URL | https://chrome.google.com/webstore/detail/ezviz-for-pc-change-new-t/ggnaopgnjjeocchaiikcahncjkniojkh |
설명 | EZVIZ for pc extension provide you with 'EZVIZ' design on new tab. Designed for 'EZVIZ' app fans. |
파일 크기 | 630 KB |
설치 횟수 | 137 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2022-01-07 |
출시 날짜 | 2022-01-07 |
개발자 | https://freesoftforpc.com/ezviz-app-for-pc |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://freesoftforpc.com/ |
도움말 페이지 URL | https://freesoftforpc.com/contact-us |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EZVIZ for PC - Change New Tab", "background": { "scripts": [ "js\/main.js" ] }, "browser_action": { "default_icon": "img\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "description": "EZVIZ for pc extension provide you with 'EZVIZ' design on new tab. Designed for 'EZVIZ' app fans.", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png" }, "version": "1.2.1" } |