Tooltips.ai: Read Faster Using ChatGPT

Explains highlighted text on web pages and PDFs

Tooltips.ai: Read Faster Using ChatGPTとは何ですか?

Tooltips.ai: Read Faster Using ChatGPTはhttps://tooltips.aiによって開発されたChromeの拡張機能で、その主な機能は「Explains highlighted text on web pages and PDFs」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tooltips.ai: Read Faster Using ChatGPT拡張機能のCRXファイルをダウンロード

Tooltips.ai: Read Faster Using ChatGPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Read deeper. Super fast!

Highlight words, paragraphs, code, foreign language, etc., and it'll explain them in simple language. It works on PDF URLs and allows you to upload local PDF files. 

Supports 100+ languages!                    

拡張機能の基本情報

名前 Tooltips.ai: Read Faster Using ChatGPT Tooltips.ai: Read Faster Using ChatGPT
ID kkhnhlipnekchcngjhgodegacdiebnii
公式URL https://chromewebstore.google.com/detail/tooltipsai-read-faster-us/kkhnhlipnekchcngjhgodegacdiebnii
説明 Explains highlighted text on web pages and PDFs
ファイルサイズ 1.01 MB
インストール数 5,472
現在のバージョン 1.5.4
最終更新日 2023-04-08
公開日 2023-01-30
評価 4.57/5 合計 23 レビュー
開発者 https://tooltips.ai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://tooltips.ai
プライバシーポリシーページのURL https://tooltips.ai/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5.4",
    "manifest_version": 3,
    "name": "Tooltips.ai: Read Faster Using ChatGPT",
    "short_name": "Tooltips.ai: Read Faster Using ChatGPT",
    "description": "Explains highlighted text on web pages and PDFs",
    "action": {
        "default_title": "Tooltips.ai",
        "default_icon": {
            "16": "images\/icon.png",
            "48": "images\/icon.png",
            "96": "images\/icon.png",
            "128": "images\/icon.png",
            "256": "images\/icon.png"
        },
        "default_popup": "popup.html",
        "browser_style": true
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "96": "images\/icon.png",
        "128": "images\/icon.png",
        "256": "images\/icon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "Readability.js",
                "Readability-readerable.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "open": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Run on the current page."
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.css",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "query-pdf.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}