Cici, your browser's AI assistant.

Free AI chats powered by GPT. Interlinear translations, quick summaries, and highlights of web pages, YouTube videos.

Τι είναι το Cici, your browser's AI assistant.;

Το Cici, your browser's AI assistant. είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.ciciai.com, και η κύρια λειτουργία του είναι "Free AI chats powered by GPT. Interlinear translations, quick summaries, and highlights of web pages, YouTube videos.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Cici, your browser's AI assistant.

Λήψη αρχείων επέκτασης Cici, your browser's AI assistant. σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Cici is your AI friend and your web browsing assistant. She can answer your questions, summarize web pages, provide quick word translations, and perform intelligent searches. She can do it all!

Key Features:
Chat with Cici: Cici can answer your questions and has real-time internet connectivity to provide answers.
Web Page Summarization: While browsing websites, Cici can quickly summarize web page content, saving you time.
Word Translation: When you come across a word or phrase you want to learn more about, simply highlight it to summon Cici for translation or summarization.
Search: Cici can quickly provide you with AI-powered search results, helping you find the information you need.

How to Use Cici:
Click the "Add to Chrome" button in the top right corner and pin Cici to your toolbar for easy access.
Log in to your Cici account.
Press Opt/Alt+K to activate Cici.
Cici is ready to assist you!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Cici, your browser's AI assistant. Cici, your browser's AI assistant.
ID molcibnmfbjmmfbefjfcafdeabfniobi
Επίσημο URL https://chromewebstore.google.com/detail/cici-your-browsers-ai-ass/molcibnmfbjmmfbefjfcafdeabfniobi
Περιγραφή Free AI chats powered by GPT. Interlinear translations, quick summaries, and highlights of web pages, YouTube videos.
Μέγεθος Αρχείου 4.43 MB
Αριθμός Εγκαταστάσεων 2,000
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2024-03-02
Ημερομηνία Δημοσίευσης 2024-01-30
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://www.ciciai.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,vi,es,it,pt-BR,ru,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.4",
    "icons": {
        "16": "assets\/icon.png",
        "32": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "background": {
        "service_worker": "static\/js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icon.png",
            "32": "assets\/icon.png",
            "48": "assets\/icon.png",
            "128": "assets\/icon.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "webRequest"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/csui.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.ciciai.com\/*",
                "https:\/\/*.doubao.com\/*"
            ],
            "js": [
                "static\/js\/login.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+K",
                "chromeos": "Alt+K",
                "mac": "Alt+K"
            }
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/icon*.png",
                "static\/css\/*",
                "static\/svg\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.doubao.com\/*",
            "https:\/\/*.ciciai.com\/*"
        ]
    }
}