Their Medium

Find your favorite Twitter users on Medium.

Their Medium là gì?

Their Medium là một tiện ích mở rộng Chrome được phát triển bởi http://96problems.com, và tính năng chính của nó là "Find your favorite Twitter users on Medium.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Their Medium

Tải xuống các tệp mở rộng Their Medium dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Their Medium Their Medium
ID bbfdmbppdeibcpndigonmkmjhpigeoep
URL Chính Thức https://chrome.google.com/webstore/detail/their-medium/bbfdmbppdeibcpndigonmkmjhpigeoep
Mô tả Find your favorite Twitter users on Medium.
Kích Thước Tệp 40.19 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2015-09-25
Ngày Phát Hành 2015-09-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://96problems.com
Loại Thanh Toán free
Trang Web Mở Rộng http://96problems.com/first-draft
Ngôn Ngữ Được Hỗ Trợ 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
}