Their Medium
Find your favorite Twitter users on Medium.
什麼是Their Medium?
Their Medium是由http://96problems.com開發的Chrome擴展程式,該擴展的主要功能是“Find your favorite Twitter users on Medium.”。
擴展截圖
下載Their Medium擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | bbfdmbppdeibcpndigonmkmjhpigeoep |
官方網址 | 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 } |