universally.chat - ChatGPT on any website

Open ChatGPT with one simple shortcut on any website. Load PDF, Youtube videos & websites to discuss, summarize & ask questions.

universally.chat - ChatGPT on any websiteとは何ですか?

universally.chat - ChatGPT on any websiteはhttps://universally.chatによって開発されたChromeの拡張機能で、その主な機能は「Open ChatGPT with one simple shortcut on any website. Load PDF, Youtube videos & websites to discuss, summarize & ask questions.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

universally.chat - ChatGPT on any website拡張機能のCRXファイルをダウンロード

universally.chat - ChatGPT on any website拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        🎉 Turn ChatGPT into your own personal AI assistant on any website 💻

💡 Use the shortcut Alt+u (Alt key is on Mac: ⌥ or option) to open ChatGPT on any website in your browser.
Or customize the shortcut against one of your choice.

📝 Load articles, web content, youtube videos, text files & PDFs
Discuss, summarize & ask questions about loaded web content, youtube videos & PDFs directly in the Chat GPT chat.

🤖 Use your ChatGPT Account or directly the OpenAI API
Works with your ChatGPT & ChatGPT Plus account.
Or use directly the OpenAI API - we call it ⚡TurboChat.

🔒 Private by design
For all functions, your data is only stored directly in your local browser. All queries are made directly & privately between your browser and ChatGPT & OpenAI servers. Universally does not store or track any data about you or your conversations. And never will.


🔥 Enjoy the following features:

‣ Access to your complete chat history
‣ Fast security check in an automatically opening window
‣ Model switch also for existing conversations
‣ Code highlighting
‣ Move the chat window freely in the browser
‣ Resize the chat window
‣ Support for all Markdown output (images, tables, links ...)
‣ Copy to clipboard (for code blocks & complete bubble)
‣ Listing & switching to all older conversations
‣ Stop button to cancel ongoing conversation
‣ Focus mode
‣ Clean and user-friendly interface 🌟


😊 Give it a try & start for free
I'd love to hear your feedback & positive ratings. 💬 

======= Info for Brave Browser users ======= 
To make the extension work in the Brave Browser, follow these steps:
1. Open "brave://settings/shields"
2. Disable "Prevent sites from fingerprinting me based on my language preferences"                    

拡張機能の基本情報

名前 universally.chat - ChatGPT on any website universally.chat - ChatGPT on any website
ID gmegeljejnflhdonjlgokhanebipjhoe
公式URL https://chromewebstore.google.com/detail/universallychat-chatgpt-o/gmegeljejnflhdonjlgokhanebipjhoe
説明 Open ChatGPT with one simple shortcut on any website. Load PDF, Youtube videos & websites to discuss, summarize & ask questions.
ファイルサイズ 3.28 MB
インストール数 5,692
現在のバージョン 1.7.6
最終更新日 2023-12-11
公開日 2023-01-02
評価 4.27/5 合計 44 レビュー
開発者 https://universally.chat
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.universally.chat
プライバシーポリシーページのURL https://www.universally.chat/privacy-policy-universally
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "universally.chat - ChatGPT on any website",
    "version": "1.7.6",
    "description": "Open ChatGPT with one simple shortcut on any website. Load PDF, Youtube videos & websites to discuss, summarize & ask questions.",
    "short_name": "Universally",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "sandbox": {
        "pages": [
            "tokenizer.html"
        ]
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "commands": {
        "open-chat": {
            "suggested_key": {
                "default": "Alt+U"
            },
            "description": "Open Universally ChatGPT Chat on the current page"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "chat.html",
                "tokenizer.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/runtime-dom.esm-bundler-d1436a4e.js",
                "assets\/ChatWrapper-6e6dace8.js",
                "assets\/Skeleton-61764151.js",
                "assets\/_plugin-vue_export-helper-c27b6911.js",
                "assets\/chatgpt-content.js-04a02cfb.js"
            ],
            "use_dynamic_url": false
        }
    ]
}