Quick Link Previews

Get a quick preview of links before visiting.

Wat is Quick Link Previews?

Quick Link Previews is een Chrome-extensie ontwikkeld door eli, en de belangrijkste functie is "Get a quick preview of links before visiting.".

Download het CRX-bestand van de extensie Quick Link Previews

Download Quick Link Previews-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

                        When browsing the web, Quick Link Previews gives you a little snippit of the most important information when hovering over links. 
- When hovering over Youtube links, see a thumbnail of the video and its most important stats
- On imgur album links see the first few images
- For URL shorteners like bit.ly and tinyurl, see information about the link they go to
- And a special view for links to HackerNews posts                    

Basisinformatie over de Extensie

Naam Quick Link Previews Quick Link Previews
ID khoepplcccpkapgkplpflhacbbamcbap
Officiële URL https://chrome.google.com/webstore/detail/quick-link-previews/khoepplcccpkapgkplpflhacbbamcbap
Beschrijving Get a quick preview of links before visiting.
Bestandsgrootte 15.38 KB
Aantal Installaties 37
Huidige Versie 1.0.1
Laatst Bijgewerkt 2014-10-06
Publicatiedatum 2014-10-06
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar eli
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Link Previews",
    "short_name": "Link Preview",
    "version": "1.0.1",
    "description": "Get a quick preview of links before visiting.",
    "homepage_url": "https:\/\/github.com\/TheSavior\/LinkViewer\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "contentSettings"
    ],
    "authors": "Open Source Contributors",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "ext-css.css"
            ],
            "js": [
                "ext.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "frame\/index.html",
        "frame\/main.js",
        "frame\/total.css"
    ]
}