Incredible Tab
Default new tab take over with incredible background
Incredible Tab란 무엇입니까?
Incredible Tab은(는) Incredible Tab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Default new tab take over with incredible background"입니다.
확장 프로그램 스크린샷
Incredible Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Incredible Tab is an extension that replaces the standard new tab page with the one that has a cute wallpaper background. You can easily change the wallpaper background by clicking on the button in the bottom left corner. The page has a text box in the middle that provides web search. Note that the extension can change the search provider in this box. You can also see the current date and time in the top right corner and the current weather in your city in the top left corner. Temperature units can be switched between Celsius and Fahrenheit by clicking on the temperature value. By clicking "Add to Chrome", I accept and agree to installing the "Incredible Tab" Chrome extension and setting search engine on the new tab page to that provided by the service and the Terms of Use and Privacy Policy. Terms of Use https://incredibletab.com/search/terms.html Privacy Policy https://incredibletab.com/search/privacy.html Contact Us https://incredibletab.com/search/contact.html About Us https://incredibletab.com/search/about.html Uninstall https://incredibletab.com/search/uninstall.html
확장 프로그램 기본 정보
이름 | |
ID | gflfjkaefogddjfjcfcjdmnjemdfgicl |
공식 URL | https://chrome.google.com/webstore/detail/incredible-tab/gflfjkaefogddjfjcfcjdmnjemdfgicl |
설명 | Default new tab take over with incredible background |
파일 크기 | 511 KB |
설치 횟수 | 20,000 |
현재 버전 | 2.0 |
최근 업데이트 | 2020-05-05 |
출시 날짜 | 2020-05-04 |
평점 | 4.74/5 총 27 개의 평점 |
개발자 | Incredible Tab |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://incredibletab.com/search/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0", "name": "Incredible Tab", "description": "Default new tab take over with incredible background", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "storage", "unlimitedStorage" ], "background": { "scripts": [ "js\/bg.js" ] } } |