Cars – New Tab
Cars New Tab Extension Will Display Amazing Images Of Cars In Your New Tab.
Cars – New Tab란 무엇입니까?
Cars – New Tab은(는) Wizz Extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cars New Tab Extension Will Display Amazing Images Of Cars In Your New Tab."입니다.
확장 프로그램 스크린샷
Cars – New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Our Cars - New Tab Chrome Extension transforms your online browsing experience into an automobile enthusiast's dream. As soon as you open a new tab, you are welcomed with stunning, high-quality car-themed backgrounds that are sure to ignite your passion for motoring. The extension offers a diverse selection of captivating images, letting you revel in the world of automotive beauty each time you begin a new browsing session. Feel like a change of scenery? No problem. Simply click on the 'Change Background' icon located in the top left corner of your new tab to explore our extensive gallery and choose a new visual delight. By clicking "Add to chrome", I accept and agree to installing Cars – New Tab search setting will be provided by Microsoft Bing and that provided by the service, Terms of Use and Privacy Policy. https://dbdextension.com/new-tab/privacy.html https://dbdextension.com/new-tab/terms.html
확장 프로그램 기본 정보
이름 | |
ID | bjfmpccmjcbaleedfembkbpddclihpfm |
공식 URL | https://chrome.google.com/webstore/detail/cars-%E2%80%93-new-tab/bjfmpccmjcbaleedfembkbpddclihpfm |
설명 | Cars New Tab Extension Will Display Amazing Images Of Cars In Your New Tab. |
파일 크기 | 255 KB |
설치 횟수 | 5,139 |
현재 버전 | 0.0.43 |
최근 업데이트 | 2023-06-22 |
출시 날짜 | 2022-07-19 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | Wizz Extensions |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cars \u2013 New Tab", "action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png" } }, "permissions": [ "storage", "unlimitedStorage", "alarms" ], "background": { "service_worker": "background.bundle.js" }, "icons": { "48": "icon-128.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "host_permissions": [ "https:\/\/api.bing.com\/*", "*:\/\/dbdextension.com\/*", "https:\/\/api.bing.com\/*" ], "manifest_version": 3, "description": "Cars New Tab Extension Will Display Amazing Images Of Cars In Your New Tab.", "version": "0.0.43" } |