Tumblr Underline

This extension adds a native underline to links on the Tumblr dashboard

ما هو Tumblr Underline؟

Tumblr Underline هو إضافة Chrome تم تطويرها بواسطة EmandM، والميزة الرئيسية لها هي "This extension adds a native underline to links on the Tumblr dashboard".

تحميل ملف CRX للإضافة Tumblr Underline

قم بتنزيل ملفات الامتداد Tumblr Underline بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The Tumblr dashboard uses a custom underline on their links. This extension changes that to a native css underline as the custom underline can stop working on some machines. The custom underline is not affected so you can disable this extension when Tumblr's underline starts working again.                    

معلومات أساسية عن التمديد

الاسم Tumblr Underline Tumblr Underline
ID bhnpajefcgeoffljbjbgabpcigmaedbo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tumblr-underline/bhnpajefcgeoffljbjbgabpcigmaedbo
الوصف This extension adds a native underline to links on the Tumblr dashboard
حجم الملف 4.78 KB
عدد التثبيتات 25
النسخة الحالية 1.1
آخر تحديث 2016-06-01
تاريخ النشر 2016-06-01
تقييم 5.00/5 مجموع تقييمات 1
المطور EmandM
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tumblr Underline",
    "description": "This extension adds a native underline to links on the Tumblr dashboard",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tumblr.com\/*"
            ],
            "css": [
                "underline.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "underline.css"
    ],
    "permissions": [
        "https:\/\/www.tumblr.com\/*"
    ],
    "icons": {
        "128": "tumblrUnderline.png"
    }
}