Force Underline
Underlines all links on a page
ما هو Force Underline؟
Force Underline هو إضافة Chrome تم تطويرها بواسطة https://efojs.com، والميزة الرئيسية لها هي "Underlines all links on a page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Force Underline
قم بتنزيل ملفات الامتداد Force Underline بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
No more hidden links on Wikipedia and other site, who decided that underlining links is useless. This extension for those who likes old-school underlined links
معلومات أساسية عن التمديد
الاسم | Force Underline |
ID | mailocoigbmikldobfkikagehcoficho |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/force-underline/mailocoigbmikldobfkikagehcoficho |
الوصف | Underlines all links on a page |
حجم الملف | 9.38 KB |
عدد التثبيتات | 132 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2017-01-02 |
تاريخ النشر | 2017-01-02 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | https://efojs.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Force Underline", "short_name": "FU", "version": "1.0.0", "homepage_url": "http:\/\/efojs.com", "description": "Underlines all links on a page", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "Denis Krasulin (EFOJS), 2017", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "fU.css" ] } ] } |