Link-Preview

Enrich DOM links with icon, title and preview.

Qu'est-ce que Link-Preview ?

Link-Preview est une extension Chrome développée par abilitools, et sa fonction principale est "Enrich DOM links with icon, title and preview.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Link-Preview

Téléchargez les fichiers d'extension Link-Preview 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

                        This Extension provides a preview of the target url when mouse-hover a link on a website.

Benefists: 
	• Transparency about target url (e.g. phishing links)
	• Recognize broken links
	• While surfing save time by reading snipping content in the preview

Optional features:
	• Show a short preview (picture + Image) of the target url
	• display the favicon of the target website (also optionally on mouse-hover)
	• show the title of the target url
		

Have fun while surfing on the internet more savely and transperantly.                    

Informations de Base sur l'Extension

Nom Link-Preview Link-Preview
ID giplmolhikmggbhmliaighboilflkfph
URL Officiel https://chromewebstore.google.com/detail/link-preview/giplmolhikmggbhmliaighboilflkfph
Description Enrich DOM links with icon, title and preview.
Taille du Fichier 243 KB
Nombre d'Installations 1,432
Version Actuelle 1.4.0
Dernière Mise à Jour 2020-04-30
Date de Publication 2020-04-30
Évaluation 1.85/5 Total 13 Évaluations
Développeur abilitools
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://abilitools.com/
URL de la Page d'Aide https://abilitools.com/
URL de la Page de Politique de Confidentialité https://www.live-tabs.com/plugin-privacy-policy
Langues Prises en Charge de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "short_name": "Link-Preview",
    "description": "__MSG_app_summary__",
    "default_locale": "en",
    "author": "abilitools.com",
    "version": "1.4.0",
    "manifest_version": 2,
    "permissions": [
        "background",
        "storage",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "tabs",
        "webNavigation",
        ""
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Barrierefreiheit f\u00fcr Text - abilitools"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "-ms-preload": {
        "backgroundScript": "edge-background-scripts-API-bridge.js",
        "contentScript": "edge-content-scripts-API-bridge.js"
    },
    "web_accessible_resources": [
        "abilitools-logo.png",
        "content.css",
        "default.png",
        "ftp.png",
        "geo.png",
        "icon-128-gray.png",
        "icon-128.png",
        "icon-16.png",
        "icon-48.png",
        "internal.png",
        "logo-invert.png",
        "mail.png",
        "popup.css",
        "tel.png"
    ]
}