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 to jest Linkification Chrome?
Linkification Chrome to rozszerzenie Chrome opracowane przez https://www.resolutedreamer.com, a jego główną funkcją jest „Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Linkification Chrome
Pobierz pliki rozszerzeń Linkification Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | Linkification Chrome |
ID | haaamfoknimneabkapikpoccmfekkidj |
Oficjalny URL | https://chromewebstore.google.com/detail/linkification-chrome/haaamfoknimneabkapikpoccmfekkidj |
Opis | Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name. |
Rozmiar pliku | 139 KB |
Liczba instalacji | 776 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2016-08-25 |
Data Publikacji | 2016-08-24 |
Ocena | 2.53/5 Łącznie 15 Oceny |
Deweloper | https://www.resolutedreamer.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |