Their Medium

Find your favorite Twitter users on Medium.

What is Their Medium?

Their Medium is a Chrome extension developed by http://96problems.com, and its main feature is "Find your favorite Twitter users on Medium.".

Extension Screenshots

screenshot

Download Their Medium Extension CRX File

Download Their Medium extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Their Medium Their Medium
ID bbfdmbppdeibcpndigonmkmjhpigeoep
Official URL https://chrome.google.com/webstore/detail/their-medium/bbfdmbppdeibcpndigonmkmjhpigeoep
Description Find your favorite Twitter users on Medium.
File Size 40.19 KB
Installation Count 39
Current Version 1.1.1
Last Updated 2015-09-25
Publish Date 2015-09-25
Rating 5.00/5 Total 1 Ratings
Developer http://96problems.com
Payment Type free
Extension Website http://96problems.com/first-draft
Supported Languages 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
}