Linkification Chrome

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

Co je Linkification Chrome?

Linkification Chrome je rozšíření Chrome vyvinuté https://www.resolutedreamer.com, a jeho hlavní funkcí je „Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Linkification Chrome

Stáhněte si soubory rozšíření Linkification Chrome ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Linkification Chrome Linkification Chrome
ID haaamfoknimneabkapikpoccmfekkidj
Oficiální URL https://chromewebstore.google.com/detail/linkification-chrome/haaamfoknimneabkapikpoccmfekkidj
Popis Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.
Velikost souboru 139 KB
Počet instalací 776
Aktuální Verze 1.1.1
Poslední Aktualizace 2016-08-25
Datum Vydání 2016-08-24
Hodnocení 2.53/5 Celkem 15 Hodnocení
Vývojář https://www.resolutedreamer.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}