Linkification Chrome
Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.
What is Linkification Chrome?
Linkification Chrome is a Chrome extension developed by https://www.resolutedreamer.com, and its main feature is "Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.".
Extension Screenshots
Download Linkification Chrome Extension CRX File
Download Linkification Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Linkification Chrome |
ID | haaamfoknimneabkapikpoccmfekkidj |
Official URL | https://chromewebstore.google.com/detail/linkification-chrome/haaamfoknimneabkapikpoccmfekkidj |
Description | Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name. |
File Size | 139 KB |
Installation Count | 776 |
Current Version | 1.1.1 |
Last Updated | 2016-08-25 |
Publish Date | 2016-08-24 |
Rating | 2.53/5 Total 15 Ratings |
Developer | https://www.resolutedreamer.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |