TLDR This - Free automatic text summary tool

Automatically summarize any article, text, document, webpage or essay in a click.

TLDR This - Free automatic text summary toolคืออะไร?

TLDR This - Free automatic text summary tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TLDR This และคุณลักษณะหลักของมันคือ "Automatically summarize any article, text, document, webpage or essay in a click."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TLDR This - Free automatic text summary tool

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

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

                        Hi 👋

TLDR This is a chrome extension (+ web app) that can take a painfully long piece of text and sum it up into five key bullet points using the power of NLP.

There's so much content out there but too little time to read. So many times, it happens that there's a long article that we're interested in, but we don't really feel like scouring through it to extract relevant information from it. 
TLDR This is a simple tool that can come in handy at that time by helping you spend less time reading counterproductive stuff and more on doing valuable work.
	
Steps to get cracking - 
Just click the "TL;DR" button in Chrome's toolbar on a webpage which you'd like summarized and within a few seconds you'll get the <5 sentence summary right there.                    

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

ชื่อ TLDR This - Free automatic text summary tool TLDR This - Free automatic text summary tool
ID jjmnbidkmmabkalampbilajnheeokpoj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tldr-this-free-automatic/jjmnbidkmmabkalampbilajnheeokpoj
คำอธิบาย Automatically summarize any article, text, document, webpage or essay in a click.
ขนาดไฟล์ 1.34 MB
จำนวนการติดตั้ง 140,821
เวอร์ชันปัจจุบัน 2.0.5
อัปเดตครั้งล่าสุด 2023-11-08
วันที่เผยแพร่ 2020-03-16
คะแนน 3.76/5 รวมทั้งหมด 75 คะแนน
ผู้พัฒนา TLDR This
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tldrthis.com
URL หน้าช่วยเหลือ https://tldrthis.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://tldrthis.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TLDR This - Free automatic text summary tool",
    "short_name": "TLDR This",
    "version": "2.0.5",
    "manifest_version": 2,
    "description": "Automatically summarize any article, text, document, webpage or essay in a click.",
    "homepage_url": "https:\/\/v1.tldrthis.com",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "Summarize this page.",
        "default_popup": "html\/browser_popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery.min.js",
            "js\/shared.min.js",
            "js\/background.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tldrthis.com\/*"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/shared.min.js",
                "js\/installation.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*",
        "fonts\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.tldrthis.com\/*"
        ]
    }
}