Linkification Chrome
Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.
Qu'est-ce que Linkification Chrome ?
Linkification Chrome est une extension Chrome développée par https://www.resolutedreamer.com, et sa fonction principale est "Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Linkification Chrome
Téléchargez les fichiers d'extension Linkification Chrome 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
Informations de Base sur l'Extension
Nom | Linkification Chrome |
ID | haaamfoknimneabkapikpoccmfekkidj |
URL Officiel | https://chromewebstore.google.com/detail/linkification-chrome/haaamfoknimneabkapikpoccmfekkidj |
Description | Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name. |
Taille du Fichier | 139 KB |
Nombre d'Installations | 776 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2016-08-25 |
Date de Publication | 2016-08-24 |
Évaluation | 2.53/5 Total 15 Évaluations |
Développeur | https://www.resolutedreamer.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linkification Chrome", "description": "Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.", "version": "1.1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-3.1.0.min.js", "linkify.min.js", "linkify-jquery.min.js", "content.js" ], "run_at": "document_end" } ] } |