Quick Link Previews
Get a quick preview of links before visiting.
Qu'est-ce que Quick Link Previews ?
Quick Link Previews est une extension Chrome développée par eli, et sa fonction principale est "Get a quick preview of links before visiting.".
Télécharger le fichier CRX de l'extension Quick Link Previews
Téléchargez les fichiers d'extension Quick Link Previews au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | ![]() |
ID | khoepplcccpkapgkplpflhacbbamcbap |
URL Officiel | https://chrome.google.com/webstore/detail/quick-link-previews/khoepplcccpkapgkplpflhacbbamcbap |
Description | Get a quick preview of links before visiting. |
Taille du Fichier | 15.38 KB |
Nombre d'Installations | 37 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2014-10-06 |
Date de Publication | 2014-10-06 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | eli |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |