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
官方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"
            ]
        }
    ]
}