Their Medium
Find your favorite Twitter users on Medium.
Wat is Their Medium?
Their Medium is een Chrome-extensie ontwikkeld door http://96problems.com, en de belangrijkste functie is "Find your favorite Twitter users on Medium.".
Extensie Screenshots
Download het CRX-bestand van de extensie Their Medium
Download Their Medium-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | bbfdmbppdeibcpndigonmkmjhpigeoep |
Officiële URL | https://chrome.google.com/webstore/detail/their-medium/bbfdmbppdeibcpndigonmkmjhpigeoep |
Beschrijving | Find your favorite Twitter users on Medium. |
Bestandsgrootte | 40.19 KB |
Aantal Installaties | 39 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2015-09-25 |
Publicatiedatum | 2015-09-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://96problems.com |
Betalingswijze | free |
Extensiewebsite | http://96problems.com/first-draft |
Ondersteunde Talen | 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 } |