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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
        }
    ]
}