Tooltips.ai: Read Faster Using ChatGPT

Explains highlighted text on web pages and PDFs

Vad är Tooltips.ai: Read Faster Using ChatGPT?

Tooltips.ai: Read Faster Using ChatGPT är en Chrome-tillägg utvecklad av https://tooltips.ai, och dess huvudfunktion är "Explains highlighted text on web pages and PDFs".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Tooltips.ai: Read Faster Using ChatGPT-förlängningens CRX-fil

Ladda ner Tooltips.ai: Read Faster Using ChatGPT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Tooltips.ai: Read Faster Using ChatGPT Tooltips.ai: Read Faster Using ChatGPT
ID kkhnhlipnekchcngjhgodegacdiebnii
Officiell webbadress https://chromewebstore.google.com/detail/tooltipsai-read-faster-us/kkhnhlipnekchcngjhgodegacdiebnii
Beskrivning Explains highlighted text on web pages and PDFs
Filstorlek 1.01 MB
Antal Installationer 5,472
Aktuell Version 1.5.4
Senast Uppdaterad 2023-04-08
Publiceringsdatum 2023-01-30
Betyg 4.57/5 Totalt 23 Betyg
Utvecklare https://tooltips.ai
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://tooltips.ai
URL till Sekretesspolicy Sidan https://tooltips.ai/privacy
Stödda Språk 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
        }
    ]
}