Linkification Chrome
Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.
Что такое Linkification Chrome?
Linkification Chrome - это расширение Chrome, разработанное https://www.resolutedreamer.com, и его основная функция - "Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.".
Снимки экрана расширения
Скачать файл CRX расширения Linkification Chrome
Скачайте файлы расширений Linkification Chrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | Linkification Chrome |
ID | haaamfoknimneabkapikpoccmfekkidj |
Официальный URL | https://chromewebstore.google.com/detail/linkification-chrome/haaamfoknimneabkapikpoccmfekkidj |
Описание | Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name. |
Размер файла | 139 KB |
Количество установок | 776 |
Текущая Версия | 1.1.1 |
Последнее Обновление | 2016-08-25 |
Дата публикации | 2016-08-24 |
Рейтинг | 2.53/5 Всего 15 оценок |
Разработчик | https://www.resolutedreamer.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } ] } |