Linkification Chrome
Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.
Apa itu Linkification Chrome?
Linkification Chrome adalah ekstensi Chrome yang dikembangkan oleh https://www.resolutedreamer.com, dan fitur utamanya adalah "Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Linkification Chrome
Unduh file ekstensi Linkification Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | Linkification Chrome |
ID | haaamfoknimneabkapikpoccmfekkidj |
URL Resmi | https://chromewebstore.google.com/detail/linkification-chrome/haaamfoknimneabkapikpoccmfekkidj |
Deskripsi | Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name. |
Ukuran File | 139 KB |
Jumlah Instalasi | 776 |
Versi Saat Ini | 1.1.1 |
Terakhir Diperbarui | 2016-08-25 |
Tanggal Publikasi | 2016-08-24 |
Penilaian | 2.53/5 Total 15 Penilaian |
Pengembang | https://www.resolutedreamer.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |