Quick Link Previews
Get a quick preview of links before visiting.
¿Qué es Quick Link Previews?
Quick Link Previews es una extensión de Chrome desarrollada por eli, y su función principal es "Get a quick preview of links before visiting.".
Descargar Archivo CRX de la Extensión Quick Link Previews
Descarga archivos de extensión Quick Link Previews en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | ![]() |
ID | khoepplcccpkapgkplpflhacbbamcbap |
URL Oficial | https://chrome.google.com/webstore/detail/quick-link-previews/khoepplcccpkapgkplpflhacbbamcbap |
Descripción | Get a quick preview of links before visiting. |
Tamaño del Archivo | 15.38 KB |
Cantidad de Instalaciones | 37 |
Versión Actual | 1.0.1 |
Última Actualización | 2014-10-06 |
Fecha de Publicación | 2014-10-06 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | eli |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |