Their Medium

Find your favorite Twitter users on Medium.

Their Medium란 무엇입니까?

Their Medium은(는) http://96problems.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find your favorite Twitter users on Medium."입니다.

확장 프로그램 스크린샷

screenshot

Their Medium 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Their Medium let’s you easily see which Twitter users are on Medium just by glancing at their profile. No need to search Medium to see what the people you follow are writing. Jump straight to Medium from their profile.                    

확장 프로그램 기본 정보

이름 Their Medium Their Medium
ID bbfdmbppdeibcpndigonmkmjhpigeoep
공식 URL https://chrome.google.com/webstore/detail/their-medium/bbfdmbppdeibcpndigonmkmjhpigeoep
설명 Find your favorite Twitter users on Medium.
파일 크기 40.19 KB
설치 횟수 39
현재 버전 1.1.1
최근 업데이트 2015-09-25
출시 날짜 2015-09-25
평점 5.00/5 총 1 개의 평점
개발자 http://96problems.com
결제 유형 free
확장 프로그램 웹 사이트 http://96problems.com/first-draft
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Their Medium",
    "description": "Find your favorite Twitter users on Medium.",
    "version": "1.1.1",
    "permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/medium.com\/@*",
        "*:\/\/*\/*",
        "tabs"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-2.1.4.min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "js\/jquery-2.1.4.min.js",
                "js\/run.js"
            ],
            "css": [
                "style.css"
            ]
        },
        {
            "matches": [
                "http:\/\/www.96problems.com\/their-medium\/"
            ],
            "js": [
                "js\/installCheck.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "img\/Medium-logo-dark100.png",
        "img\/medium-small.png"
    ],
    "manifest_version": 2
}