Medium.com Top Highlights

TL;DR for Medium. Just hover over any Medium post to view its Top Highlight.

What is Medium.com Top Highlights?

Medium.com Top Highlights is a Chrome extension developed by Extentity, and its main feature is "TL;DR for Medium. Just hover over any Medium post to view its Top Highlight.".

Extension Screenshots

screenshot

Download Medium.com Top Highlights Extension CRX File

Download Medium.com Top Highlights extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        "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).                    

Extension Basic Information

Name Medium.com Top Highlights Medium.com Top Highlights
ID aodeombkgcplofbfjjojjkicoaeaelnp
Official URL https://chrome.google.com/webstore/detail/mediumcom-top-highlights/aodeombkgcplofbfjjojjkicoaeaelnp
Description TL;DR for Medium. Just hover over any Medium post to view its Top Highlight.
File Size 58.11 KB
Installation Count 557
Current Version 0.0.1
Last Updated 2015-12-24
Publish Date 2015-12-24
Rating 3.45/5 Total 11 Ratings
Developer Extentity
Payment Type free
Supported Languages 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"
    }
}