Their Medium

Find your favorite Twitter users on Medium.

Their Mediumคืออะไร?

Their Medium เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://96problems.com และคุณลักษณะหลักของมันคือ "Find your favorite Twitter users on Medium."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Their Medium

ดาวน์โหลดไฟล์ส่วนขยาย Their Medium ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}