Summarizer

Summarizes long articles for you.

Summarizerคืออะไร?

Summarizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nimeet Shah และคุณลักษณะหลักของมันคือ "Summarizes long articles for you."

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

screenshot
screenshot

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

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

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

                        Get a summary of any article on the web. Remove all distractions from the page and keep only the important content.                    

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

ชื่อ Summarizer Summarizer
ID ndjdpehmbpiedjamiaeobmgnmjmgmklf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/summarizer/ndjdpehmbpiedjamiaeobmgnmjmgmklf
คำอธิบาย Summarizes long articles for you.
ขนาดไฟล์ 62.66 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2018-04-24
วันที่เผยแพร่ 2018-04-24
ผู้พัฒนา Nimeet Shah
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.buymeacoffee.com/nimeet
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Summarizer",
    "description": "Summarizes long articles for you.",
    "version": "1.3",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Summarize this article!",
        "default_icon": {
            "19": "images\/book19.png",
            "38": "images\/book38.png"
        }
    },
    "icons": {
        "16": "images\/book16.png",
        "48": "images\/book48.png",
        "128": "images\/book128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/api.smmry.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}