Super Search
SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…
Super Search란 무엇입니까?
Super Search은(는) vanessaholmes011에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…"입니다.
확장 프로그램 스크린샷
Super Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to search swiftly by text and navigate easily to your favorite, recently visited sites. For more information please visit: https://www.super-searches.com/ Please leave us a 5 start review! By clicking "Add to chrome" you accept and agree to installing the SuperSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.super-searches.com/pages/terms_of_use and privacy policy at https://www.super-searches.com/pages/privacy_policy. The extension will update your new-tab search and will change your search engine to be powered by Microsoft Bing.
확장 프로그램 기본 정보
이름 | |
ID | fbanalpabncablnehfeofindocfgpcea |
공식 URL | https://chrome.google.com/webstore/detail/super-search/fbanalpabncablnehfeofindocfgpcea |
설명 | SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to… |
파일 크기 | 640 KB |
설치 횟수 | 1,000 |
현재 버전 | 1.0.0.6 |
최근 업데이트 | 2022-07-15 |
출시 날짜 | 2022-06-16 |
개발자 | vanessaholmes011 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.super-searches.com/ |
도움말 페이지 URL | https://www.super-searches.com/pages/contact_us |
개인정보 보호 정책 페이지 URL | https://www.super-searches.com/pages/privacy_policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super Search", "version": "1.0.0.6", "manifest_version": 3, "description": "", "homepage_url": "https:\/\/www.super-searches.com", "action": { "default_icon": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" } }, "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "96": "img\/96.png", "128": "img\/128.png" }, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "static\/html\/override.html" }, "permissions": [ "topSites", "storage", "alarms" ], "short_name": "supersearch" } |