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是由https://www.resolutedreamer.com開發的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擴展crx文件
下載Linkification Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Linkification Chrome |
ID | haaamfoknimneabkapikpoccmfekkidj |
官方網址 | 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" } ] } |