SearchExt
SearchExt New Tab
SearchExt란 무엇입니까?
SearchExt은(는) amelysara78에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SearchExt New Tab"입니다.
확장 프로그램 스크린샷
SearchExt 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension sets your search engine to ‘ SearchExt’ and customizes your New Tab Search so you can clear your searches and browsing history. Your browser's new tab search will be changed to be powered by Microsoft Bing. ‘ SearchExt’ is like any search engine you are familiar with, which combines very useful tool behind it - Clearing browsing history effectively just with one click. How Does it work? 1. Click the download icon. 2. Click the “add to chrome” top right button 3. Now you can clear your browsing history effectively just with one click. By clicking "Add to chrome", I accept and agree to installing 'SearchExt', change New Tab Search to Microsoft Bing, the Terms of Use and Privacy Policy.
확장 프로그램 기본 정보
이름 | SearchExt |
ID | egbdngohhcppfboenbogjfbgoliogedl |
공식 URL | https://chromewebstore.google.com/detail/searchext/egbdngohhcppfboenbogjfbgoliogedl |
설명 | SearchExt New Tab |
파일 크기 | 12.58 KB |
설치 횟수 | 629 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2023-08-02 |
출시 날짜 | 2020-12-28 |
평점 | 3.86/5 총 7 개의 평점 |
개발자 | amelysara78 |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/searchext-privacy-policy/home |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SearchExt", "description": "SearchExt New Tab", "version": "1.0.3", "permissions": [ "*:\/\/*.searchext.online\/*", "tabs", "history" ], "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "*:\/\/*.searchext.online\/*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon48.png" }, "background": { "scripts": [ "browseraction_release.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon48.png", "48": "icon16.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "manifest_version": 2 } |