Linkification Chrome

Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.

Wat is Linkification Chrome?

Linkification Chrome is een Chrome-extensie ontwikkeld door https://www.resolutedreamer.com, en de belangrijkste functie is "Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Linkification Chrome

Download Linkification Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Linkification Chrome Linkification Chrome
ID haaamfoknimneabkapikpoccmfekkidj
Officiële URL https://chromewebstore.google.com/detail/linkification-chrome/haaamfoknimneabkapikpoccmfekkidj
Beschrijving Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.
Bestandsgrootte 139 KB
Aantal Installaties 776
Huidige Versie 1.1.1
Laatst Bijgewerkt 2016-08-25
Publicatiedatum 2016-08-24
Beoordeling 2.53/5 Totaal 15 Beoordelingen
Ontwikkelaar https://www.resolutedreamer.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}