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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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