TabEasy
Customize your new tab page
TabEasy란 무엇입니까?
TabEasy은(는) Tab Easy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize your new tab page"입니다.
확장 프로그램 스크린샷
TabEasy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TabEasy transforms your chrome browser to display lovely wallpapers. Personalize your browser the way you want to and get to your bookmarks and apps with just one click or utilize the search bar and find what you want from the web within seconds. Also make use of the calendar, notes and date and time features available within TabEasy. The search experience within TabEasy is provided by Microsoft Bing Install TabEasy Today! To remove the extension from Google Chrome™: 1) Click on the three vertical dots icon in the upper right-hand corner of your Chrome™ browser. 2) Go to "Settings.” 3) In the left menu that appears, click on "Extensions.” 4) From the list of installed Extensions, locate the extension you would like to uninstall. About Us: www.tab-easy.com/about-us.html Contact Us: www.tab-easy.com/contact-us.html Terms of Use: www.tab-easy.com/terms-condition.html Privacy Policy: www.tab-easy.com/privacy-policy.html
확장 프로그램 기본 정보
이름 | TabEasy |
ID | kfbpeimmmidfldkgcpkfomeakgllmfib |
공식 URL | https://chromewebstore.google.com/detail/tabeasy/kfbpeimmmidfldkgcpkfomeakgllmfib |
설명 | Customize your new tab page |
파일 크기 | 3.59 MB |
설치 횟수 | 11,558 |
현재 버전 | 1.7 |
최근 업데이트 | 2023-03-20 |
출시 날짜 | 2021-10-25 |
개발자 | Tab Easy |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.tab-easy.com/privacy-policy.html |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabEasy", "version": "1.7", "manifest_version": 3, "description": "Customize your new tab page", "permissions": [ "geolocation" ], "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": "images\/icon-16X16.png", "default_title": "Welcome to TabEasy" }, "icons": { "16": "images\/icon-16X16.png", "32": "images\/icon-32X32.png", "48": "images\/icon-48X48.png", "128": "images\/icon-128X128.png" } } |