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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | 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" } ] } |