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
Eメール [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"
            ]
        }
    ]
}