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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://monica.im และคุณลักษณะหลักของมันคือ "Enjoy free, unlimited access to ChatGPT for an unparalleled search experience!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Monica Search - New Tab for AI Search

ดาวน์โหลดไฟล์ส่วนขยาย Monica Search - New Tab for AI Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    }
}