Text Explorer

Easy-to-use AI-powered tool for the optimized content reading experience by highlighting relevant information and keywords.

Text Explorerคืออะไร?

Text Explorer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย silkdata.ai และคุณลักษณะหลักของมันคือ "Easy-to-use AI-powered tool for the optimized content reading experience by highlighting relevant information and keywords."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text Explorer

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

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

                        Text Explorer is an easy-to-use AI-powered tool for the optimized content reading experience by highlighting relevant information and keywords. Save time on reading articles by first looking on relevant information.

* NO NEED TO READ A WHOLE TEXT TO GET SOUGHT-FOR INFORMATION

HOW TO USE:

Simply call the extension when on a page you’d like to read and get all key points accented. Use bar in lower part of the page to switch between word/sentence mode and for custom settings.

Click on the extension icon on the Chrome toolbar or on close (red X) button (available in extension icon in lower-left corner of web page).

For advanced options, click on the extension icon to call the full extension GUI. Here you can
- Select between keywords and key sentences
- Switch on named entities (like organizations or places) pinpointing with emoji
- Change highlight color
- Select custom text region
- Change web page language (can be 'en', 'de', 'ru' or 'auto'; helpful for misconfigured web pages)
- Change the number of keywords and key sentences (as fraction of the web page size)

MAIN FEATURES:

- Highlight keywords and key sentences
- Pinpoint named entities
- Support of English, German and Russian
- Other languages are planned

KNOWN LIMITATIONS:

- Extension does not work with telegra.ph and some of social networks
- Extension look and feel may slightly change depending on the styles of the web page                    

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

ชื่อ Text Explorer Text Explorer
ID iongaopbnmbjbfgmajbcpmlhaoabkelf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/text-explorer/iongaopbnmbjbfgmajbcpmlhaoabkelf
คำอธิบาย Easy-to-use AI-powered tool for the optimized content reading experience by highlighting relevant information and keywords.
ขนาดไฟล์ 3.19 MB
จำนวนการติดตั้ง 1,187
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2021-02-22
วันที่เผยแพร่ 2019-02-14
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา silkdata.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.silkdata.ai/products/summarize-text
URL หน้านโยบายความเป็นส่วนตัว https://www.silkdata.ai/fileadmin/pdf/privacy.pdf
ภาษาที่รองรับ de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "author": "Silk Data AI",
    "short_name": "__MSG_extName__",
    "version": "1.2.0",
    "description": "__MSG_extShortDescr__",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/*.png"
    ],
    "browser_action": {
        "default_title": "TextExplorer"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "commands": {
        "select-text": {
            "suggested_key": {
                "default": "Alt+Q"
            },
            "description": "__MSG_selectTextTooltip__"
        }
    },
    "icons": {
        "16": "assets\/text_explorer_icon_16.png",
        "48": "assets\/text_explorer_icon_48.png",
        "128": "assets\/text_explorer_icon_128.png"
    },
    "default_locale": "en"
}