TL;DR - Article Summarizer

TL;DR: Your 1-click article sharing with automatic summary

TL;DR - Article Summarizerคืออะไร?

TL;DR - Article Summarizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย elad165 และคุณลักษณะหลักของมันคือ "TL;DR: Your 1-click article sharing with automatic summary"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TL;DR - Article Summarizer

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

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

                        * Cut to the chase - Let us summarize the article for you
* High-speed your article reading
* One-click share your TL;DR
* Summary text is highlighted in the article body                    

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

ชื่อ TL;DR - Article Summarizer TL;DR - Article Summarizer
ID boaaioffjhehlmgopfimcfefcpeldena
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tldr-article-summarizer/boaaioffjhehlmgopfimcfefcpeldena
คำอธิบาย TL;DR: Your 1-click article sharing with automatic summary
ขนาดไฟล์ 56.81 KB
จำนวนการติดตั้ง 2,102
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2014-11-05
วันที่เผยแพร่ 2014-11-05
คะแนน 1.71/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา elad165
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TL;DR - Article Summarizer",
    "description": "TL;DR: Your 1-click article sharing with automatic summary",
    "version": "1.2",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}