Highlights AI: Simplify reading with ChatGPT

Ask questions and gain insights from a page with contextually relevant AI anwsers.

Highlights AI: Simplify reading with ChatGPTคืออะไร?

Highlights AI: Simplify reading with ChatGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://highlights.page และคุณลักษณะหลักของมันคือ "Ask questions and gain insights from a page with contextually relevant AI anwsers."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Highlights AI: Simplify reading with ChatGPT

ดาวน์โหลดไฟล์ส่วนขยาย Highlights AI: Simplify reading with ChatGPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing Highlights AI - the perfect tool for quickly grasping and extracting information from any webpage! You can easily listen to summaries, find key highlights, and ask questions about the current page you’re on using ChatGPT. 

Features: 

◼ Custom Prompts: 

Obtain contextually relevant answers to all your questions by using ChatGPT on any website. Write custom prompts and ask questions that come to mind while browsing any article/page. Easily access your most recently used prompts and save your favorite ones for future reference.

◼ Summaries: 

Effortlessly grasp the key points and main ideas of any page with the click of a button. Let ChatGPT generate concise summaries that provide a quick overview of the content, saving you valuable reading time.

◼ Highlights: 

Instantly identify the most important sections and noteworthy information on any page. Utilize ChatGPT to generate highlights that pinpoint key insights, enabling you to focus on the interesting aspects of the content at a glance.

◼ Text-To-Speech: 
Listen to all the text output generated by ChatGPT with natural-sounding speech. Choose from multiple voice options, adjust the speed to your preference, and mute the volume when desired.
  
◼ Action Buttons & Keyboard Shortcuts: 

Boost your productivity with just one click or by using convenient keyboard shortcuts to generate summaries and highlights. Experience the full power of a personal AI assistant dedicated to supercharging your efficiency.

Try Highlights AI to see how it can help you save time understanding a page!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Highlights AI: Simplify reading with ChatGPT Highlights AI: Simplify reading with ChatGPT
ID kbihopcfiikdglbglliomopclpgdedoh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/highlights-ai-simplify-re/kbihopcfiikdglbglliomopclpgdedoh
คำอธิบาย Ask questions and gain insights from a page with contextually relevant AI anwsers.
ขนาดไฟล์ 718 KB
จำนวนการติดตั้ง 120
เวอร์ชันปัจจุบัน 0.6.0
อัปเดตครั้งล่าสุด 2023-06-13
วันที่เผยแพร่ 2023-04-28
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://highlights.page
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://highlights.page
URL หน้านโยบายความเป็นส่วนตัว https://highlights.page/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Highlights AI: Simplify reading with ChatGPT",
    "icons": {
        "128": "images\/logo.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/logo.png"
        }
    },
    "manifest_version": 3,
    "version": "0.6.0",
    "description": "Ask questions and gain insights from a page with contextually relevant AI anwsers.",
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "commands": {
        "generate-page-highlights": {
            "suggested_key": {
                "default": "Alt+H"
            },
            "description": "Generate ChatGPT - Highlights"
        },
        "generate-page-summary": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Generate ChatGPT - Summary"
        },
        "generate-page-both": {
            "suggested_key": {
                "default": "Alt+G"
            },
            "description": "Generate ChatGPT - Both"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/logo.png",
                "rockb.ttf",
                "assets\/helpers-2f757b26.js",
                "assets\/content_script.js-2201db72.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content_script.js-loader-8a6f5379.js"
            ],
            "run_at": "document_idle",
            "matches": [
                ""
            ],
            "all_frames": false,
            "css": [
                "assets\/content_script-0a2e4211.css"
            ]
        }
    ]
}