Medium Parser

Read medium based articles for free.

什麼是Medium Parser?

Medium Parser是由https://medium-parser-ext.vercel.app開發的Chrome擴展程式,該擴展的主要功能是“Read medium based articles for free.”。

擴展截圖

screenshot
screenshot

下載Medium Parser擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}