TextSummary

This extension will give you a short and sweet summary of your specified text.

TextSummaryคืออะไร?

TextSummary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย michiel.fielibert และคุณลักษณะหลักของมันคือ "This extension will give you a short and sweet summary of your specified text."

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

screenshot
screenshot
screenshot

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

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

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

                        This extension allows you to summarize any text you selected on any webpage. After selecting the text you would like to read a summary of, click the "Summarize selected text"-button in order to execute the program. The resulting summary will be shown in the extension-panel as soon as it has been processed.
Alternatively, you can also paste (or write) your own text that you wish to have summarized and click the "Summarize entered text"-button.
The algorithm is optimized to be used on English language text.

Note: in order to use the summarize tool correctly, make sure that you have selected text on the webpage you're visiting or you have entered text in the text area. The text should ideally contain multiple sentences. Attempting to summarize without these prerequisites will not produce any results.                    

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

ชื่อ TextSummary TextSummary
ID gpenmlghfagcojbjjabkhblackjapnbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/textsummary/gpenmlghfagcojbjjabkhblackjapnbk
คำอธิบาย This extension will give you a short and sweet summary of your specified text.
ขนาดไฟล์ 838 KB
จำนวนการติดตั้ง 4,320
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2018-03-04
วันที่เผยแพร่ 2018-03-04
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา michiel.fielibert
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TextSummary",
    "description": "This extension will give you a short and sweet summary of your specified text.",
    "version": "0.4",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}