Tooltips.ai: Read Faster Using ChatGPT

Explains highlighted text on web pages and PDFs

Qu'est-ce que Tooltips.ai: Read Faster Using ChatGPT ?

Tooltips.ai: Read Faster Using ChatGPT est une extension Chrome développée par https://tooltips.ai, et sa fonction principale est "Explains highlighted text on web pages and PDFs".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tooltips.ai: Read Faster Using ChatGPT

Téléchargez les fichiers d'extension Tooltips.ai: Read Faster Using ChatGPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Tooltips.ai: Read Faster Using ChatGPT Tooltips.ai: Read Faster Using ChatGPT
ID kkhnhlipnekchcngjhgodegacdiebnii
URL Officiel https://chromewebstore.google.com/detail/tooltipsai-read-faster-us/kkhnhlipnekchcngjhgodegacdiebnii
Description Explains highlighted text on web pages and PDFs
Taille du Fichier 1.01 MB
Nombre d'Installations 5,472
Version Actuelle 1.5.4
Dernière Mise à Jour 2023-04-08
Date de Publication 2023-01-30
Évaluation 4.57/5 Total 23 Évaluations
Développeur https://tooltips.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tooltips.ai
URL de la Page de Politique de Confidentialité https://tooltips.ai/privacy
Langues Prises en Charge 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
        }
    ]
}