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" } ] } |