Medium Blog Digest

Summary of your Medium Blog Post Content

Medium Blog Digestคืออะไร?

Medium Blog Digest เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blogdigest.co และคุณลักษณะหลักของมันคือ "Summary of your Medium Blog Post Content"

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

screenshot
screenshot

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

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

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

                        Are you tired of spending hours reading through lengthy articles on medium.com, trying to get the main points? Do you want a quick and easy way to understand the content of a blog post without having to read through the entire thing? Look no further! Our Chrome Extension for summarizing medium articles - Medium Blog Digest is here to help.

With this extension, you can get a summary of any medium blog post with just one click of a button. Simply click the "Summarize" button within the Chrome browser and a summary of the blog post will be displayed. This is an incredibly useful tool for busy individuals who want to get information from the blog posts but may not have the time to read through every article in full.

Not only is this extension convenient and time-saving, but it's also easy to use. Simply install it on your Chrome browser and you'll be ready to quickly and easily understand the main points of any medium blog post. Don't waste any more time struggling to understand lengthy articles – try our Chrome Extension for summarizing medium blog posts today!                    

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

ชื่อ Medium Blog Digest Medium Blog Digest
ID fhohcpjlbgchehjpejkdlecpafdlldfi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/medium-blog-digest/fhohcpjlbgchehjpejkdlecpafdlldfi
คำอธิบาย Summary of your Medium Blog Post Content
ขนาดไฟล์ 48.09 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2023-01-09
วันที่เผยแพร่ 2023-01-09
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://blogdigest.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.blogdigest.co
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Medium Blog Digest",
    "description": "Summary of your Medium Blog Post Content",
    "version": "0.0.0.1",
    "permissions": [],
    "icons": {
        "16": "assets\/logo\/logo-16.png",
        "48": "assets\/logo\/logo-48.png",
        "128": "assets\/logo\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/content.js",
                "assets\/js\/jquery.js"
            ],
            "css": [
                "assets\/styles\/styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/medium.com\/"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ]
}