Linkification Chrome
Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.
Was ist Linkification Chrome?
Linkification Chrome ist eine Chrome-Erweiterung, die von https://www.resolutedreamer.com entwickelt wurde, und ihr Hauptmerkmal ist "Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.".
Erweiterungsscreenshots
Linkification Chrome-Erweiterungs-CRX-Datei herunterladen
Laden Sie Linkification Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | Linkification Chrome |
ID | haaamfoknimneabkapikpoccmfekkidj |
Offizielle URL | https://chromewebstore.google.com/detail/linkification-chrome/haaamfoknimneabkapikpoccmfekkidj |
Beschreibung | Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name. |
Dateigröße | 139 KB |
Installationsanzahl | 776 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2016-08-25 |
Veröffentlichungsdatum | 2016-08-24 |
Bewertung | 2.53/5 Insgesamt 15 Bewertungen |
Entwickler | https://www.resolutedreamer.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |