Medium.com Top Highlights
TL;DR for Medium. Just hover over any Medium post to view its Top Highlight.
Cos'è Medium.com Top Highlights?
Medium.com Top Highlights è un'estensione di Chrome sviluppata da Extentity, e la sua funzione principale è "TL;DR for Medium. Just hover over any Medium post to view its Top Highlight.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Medium.com Top Highlights
Scarica i file di estensione Medium.com Top Highlights in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
"Medium.com Top Highlights” let’s you quickly scroll through your Medium feeds, popping out the Top Highlight from each post. Nobody has time to read anymore. Just hover over any Medium post to see the one line that others found most interesting. Created with Fiverr®, by the talented Samapti (https://fiverr.com/samapti).
Informazioni di Base sull'Estensione
Nome | |
ID | aodeombkgcplofbfjjojjkicoaeaelnp |
URL Ufficiale | https://chrome.google.com/webstore/detail/mediumcom-top-highlights/aodeombkgcplofbfjjojjkicoaeaelnp |
Descrizione | TL;DR for Medium. Just hover over any Medium post to view its Top Highlight. |
Dimensione del File | 58.11 KB |
Conteggio Installazioni | 557 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2015-12-24 |
Data di Pubblicazione | 2015-12-24 |
Valutazione | 3.45/5 Totale 11 Valutazioni |
Sviluppatore | Extentity |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "name": "Medium.com Top Highlights", "description": "TL;DR for Medium. Just hover over any Medium post to view its Top Highlight.", "version": "0.0.1", "content_scripts": [ { "js": [ "jquery-1.8.3.min.js", "jquery.tooltipster.js", "content.js" ], "css": [ "tooltipster.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "all_frames": true } ], "browser_action": { "default_title": "Medium.com Top Highlights" } } |