Tooltips.ai: Read Faster Using ChatGPT

Explains highlighted text on web pages and PDFs

Cos'è Tooltips.ai: Read Faster Using ChatGPT?

Tooltips.ai: Read Faster Using ChatGPT è un'estensione di Chrome sviluppata da https://tooltips.ai, e la sua funzione principale è "Explains highlighted text on web pages and PDFs".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tooltips.ai: Read Faster Using ChatGPT

Scarica i file di estensione Tooltips.ai: Read Faster Using ChatGPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Tooltips.ai: Read Faster Using ChatGPT Tooltips.ai: Read Faster Using ChatGPT
ID kkhnhlipnekchcngjhgodegacdiebnii
URL Ufficiale https://chromewebstore.google.com/detail/tooltipsai-read-faster-us/kkhnhlipnekchcngjhgodegacdiebnii
Descrizione Explains highlighted text on web pages and PDFs
Dimensione del File 1.01 MB
Conteggio Installazioni 5,472
Versione Corrente 1.5.4
Ultimo Aggiornamento 2023-04-08
Data di Pubblicazione 2023-01-30
Valutazione 4.57/5 Totale 23 Valutazioni
Sviluppatore https://tooltips.ai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tooltips.ai
URL della Pagina della Politica sulla Privacy https://tooltips.ai/privacy
Lingue Supportate 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
        }
    ]
}