Clickable Links
Turns unclickable urls & email addresses into clickable ones. We linkify them!
ما هو Clickable Links؟
Clickable Links هو إضافة Chrome تم تطويرها بواسطة https://www.laurentvw.com، والميزة الرئيسية لها هي "Turns unclickable urls & email addresses into clickable ones. We linkify them!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clickable Links
قم بتنزيل ملفات الامتداد Clickable Links بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Clickable Links is a Chrome extension that solves the common problem of unclickable URLs on certain websites by automatically converting them into clickable links.
The extension supports various URI schemes such as http://, https://, ftp://, file://, magnet: and email addresses, making them accessible with a single click. This eliminates the need to copy and paste links, thus saving you time.
Also works with incomplete urls where the "http://"-part isn't included.
To try out the extension, visit this page for some examples: https://www.laurentvw.com/project/clickable-links
New since v2.7:
- Several bug fixes related to url matching
- Added support for file:// and magnet: uri schemes
- Options: An option to allow links to be opened in a new tab معلومات أساسية عن التمديد
| الاسم | |
| ID | mgamelhnfokapndfdodnmfiningckjia |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/clickable-links/mgamelhnfokapndfdodnmfiningckjia |
| الوصف | Turns unclickable urls & email addresses into clickable ones. We linkify them! |
| حجم الملف | 57.51 KB |
| عدد التثبيتات | 33,298 |
| النسخة الحالية | 2.9 |
| آخر تحديث | 2023-04-26 |
| تاريخ النشر | 2014-09-29 |
| تقييم | 3.85/5 مجموع تقييمات 188 |
| المطور | https://www.laurentvw.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.laurentvw.com/project/clickable-links |
| عنوان صفحة سياسة الخصوصية | http://www.laurentvw.com/project/clickable-links |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Clickable Links",
"version": "2.9",
"manifest_version": 3,
"description": "Turns unclickable urls & email addresses into clickable ones. We linkify them!",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"optional_permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
" | |