Monica Search - New Tab for AI Search
Enjoy free, unlimited access to ChatGPT for an unparalleled search experience!
Monica Search - New Tab for AI Search란 무엇입니까?
Monica Search - New Tab for AI Search은(는) https://monica.im에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjoy free, unlimited access to ChatGPT for an unparalleled search experience!"입니다.
확장 프로그램 스크린샷
Monica Search - New Tab for AI Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Monica Search replaces your new tab page, transforming it into a hub of AI-powered search capabilities. It replaces the traditional new tab with a dynamic, AI-enhanced interface, offering a variety of quick and useful features. 💪Key Features: 👉Free access to GPT: Leverage cutting-edge GPT AI technology for efficient and accurate searches at no cost. 👉AI Comprehensive Search: Just ask a question, and AI will analyze it, employ several relevant search keywords, and summarize various result entries to find the answer to your query and offers relevant question prompts to assist you in gathering more in-depth information. 👉Choice of Search Engines: Tailor your search experience by choosing from a variety of search engines based on your personal preferences. 👉AI Quick Search: AI provides you with speedy answers and supports ongoing, in-depth inquiries. Disclaimer: Monica Search is not affiliated with ChatGPT.
확장 프로그램 기본 정보
이름 | Monica Search - New Tab for AI Search |
ID | pmbmfhhbllfiifceolpogjoagoiollkc |
공식 URL | https://chromewebstore.google.com/detail/monica-search-new-tab-for/pmbmfhhbllfiifceolpogjoagoiollkc |
설명 | Enjoy free, unlimited access to ChatGPT for an unparalleled search experience! |
파일 크기 | 10.03 MB |
설치 횟수 | 9,000 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2024-02-20 |
출시 날짜 | 2024-01-24 |
평점 | 3.93/5 총 15 개의 평점 |
개발자 | https://monica.im |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://monica.im |
도움말 페이지 URL | https://monica.im |
개인정보 보호 정책 페이지 URL | https://monica.im/privacy |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "1.1.3", "manifest_version": 3, "omnibox": { "keyword": "m" }, "icons": { "16": "static\/monicaSearchLogo.png", "32": "static\/monicaSearchLogo.png", "48": "static\/monicaSearchLogo.png", "128": "static\/monicaSearchLogo.png" }, "action": { "default_icon": { "16": "static\/monicaSearchLogo.png", "32": "static\/monicaSearchLogo.png", "48": "static\/monicaSearchLogo.png", "128": "static\/monicaSearchLogo.png" } }, "host_permissions": [ "https:\/\/monica.im\/" ], "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "https:\/\/monica.im\/*" ] }, "chrome_url_overrides": { "newtab": "newTab.html" } } |