Medium Parser

Read medium based articles for free.

Medium Parserคืออะไร?

Medium Parser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://medium-parser-ext.vercel.app และคุณลักษณะหลักของมันคือ "Read medium based articles for free."

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

screenshot
screenshot

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

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

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

                        Access Medium membership articles for free with the Medium Parser browser extension! 

It lets you read member-only articles on medium using Google Web Cache or Archive.is. Plus, it can even find articles from external publishers and provide links to read the full content through Google search. Enjoy your free reading!

Source code: https://github.com/Xatta-Trone/medium-parser-extension
Support/Donate: https://www.paypal.com/paypalme/monzurulislam1112?country.x=US&locale.x=en_US                    

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

ชื่อ Medium Parser Medium Parser
ID bdkfodcnmgegolifeafnpbgjnjfohado
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/medium-parser/bdkfodcnmgegolifeafnpbgjnjfohado
คำอธิบาย Read medium based articles for free.
ขนาดไฟล์ 493 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.5.3
อัปเดตครั้งล่าสุด 2024-02-25
วันที่เผยแพร่ 2024-02-23
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://medium-parser-ext.vercel.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Xatta-Trone/medium-parser-extension
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Medium Parser",
    "version": "1.5.3",
    "description": "Read medium based articles for free.",
    "icons": {
        "16": "img\/icon16.jpg",
        "32": "img\/icon32.jpg",
        "48": "img\/icon48.jpg",
        "64": "img\/icon64.jpg",
        "128": "img\/icon128.jpg",
        "96": "img\/icon96.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}