Creator Studio Extension

When a user who has published articles or blog posts on Medium.com is signed into their Medium.com account, this extension enables…

Creator Studio Extension란 무엇입니까?

Creator Studio Extension은(는) dralpus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "When a user who has published articles or blog posts on Medium.com is signed into their Medium.com account, this extension enables…"입니다.

확장 프로그램 스크린샷

screenshot

Creator Studio Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        When a user who has published articles or blog posts on Medium.com is signed into their Medium.com account, this extension enables the retrieval of that user's 10 most recent Medium articles in the format of an HTML string containing an RSS feed. Users should install this extension if they want to be able to access their Medium articles or blog posts in a portable format, thus allowing them to share their content to a broader audience if desired. This extension guarantees privacy by retrieving content if and only if the user is signed in to Medium.                    

확장 프로그램 기본 정보

이름 Creator Studio Extension Creator Studio Extension
ID eibiflibbmfcpholegdjnndpadbadnmd
공식 URL https://chromewebstore.google.com/detail/creator-studio-extension/eibiflibbmfcpholegdjnndpadbadnmd
설명 When a user who has published articles or blog posts on Medium.com is signed into their Medium.com account, this extension enables…
파일 크기 16.65 KB
설치 횟수 2,843
현재 버전 1.1
최근 업데이트 2021-08-11
출시 날짜 2021-08-03
평점 5.00/5 총 1 개의 평점
개발자 dralpus
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Creator Studio Extension",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon-developer-icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": [],
    "host_permissions": [
        "https:\/\/medium.com\/*",
        "https:\/\/*.medium.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.msn.com\/*"
        ]
    }
}