Smooth Search Tab
Smooth Search Tab is a Chrome Extension for the New Tab
Smooth Search Tab란 무엇입니까?
Smooth Search Tab은(는) Adsbrain에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Smooth Search Tab is a Chrome Extension for the New Tab"입니다.
확장 프로그램 스크린샷
Smooth Search Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension changes your existing new tab page and provides the features below: - Clean Tab Look - Popular useful links - Current date & time - New tab search box providing Bing.com search results. Use the new tab search box to search your desired information, images, videos, and more through Bing search directly from your browser’s new tab. This extension is free to download from the Chrome Web store By installing and using Smooth Search Tab Tab you agree to the Terms of Use, as well as to receiving any future updates and upgrades. Please review our Privacy Policy for details regarding the information we collect when you install and use the extension. You can uninstall the program any time. Terms of Service: https://smoothsearch.online/terms Privacy Policy: https://smoothsearch.online/privacy
확장 프로그램 기본 정보
이름 | Smooth Search Tab |
ID | mfpnmamdicmfhemmnpbkldadnibnkfig |
공식 URL | https://chromewebstore.google.com/detail/smooth-search-tab/mfpnmamdicmfhemmnpbkldadnibnkfig |
설명 | Smooth Search Tab is a Chrome Extension for the New Tab |
파일 크기 | 27.96 KB |
설치 횟수 | 92,029 |
현재 버전 | 1.5.1 |
최근 업데이트 | 2022-08-31 |
출시 날짜 | 2020-07-02 |
평점 | 4.45/5 총 22 개의 평점 |
개발자 | Adsbrain |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://smoothsearch.online |
도움말 페이지 URL | https://smoothsearch.online/faq |
개인정보 보호 정책 페이지 URL | https://smoothsearch.online/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "1.5.1", "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "action": [], "background": { "service_worker": "scripts\/background.js" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "permissions": [ "storage" ] } |