Tumblr Posts Fix

Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor!

ما هو Tumblr Posts Fix؟

Tumblr Posts Fix هو إضافة Chrome تم تطويرها بواسطة adl040، والميزة الرئيسية لها هي "Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor!".

لقطات شاشة التمديد

screenshot

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

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

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

                        This extension reverts how reblogged comments look on the dashboard back to how they looked before the most recent update AND changes how they look in the reblogging editor!!

There is a bug with how tags show up. I am working on fixing it.

-----------------------------

Version 1.0.8: Comments for reblogged asks now look they way they did before the update. Hovering over deactivated usernames show their deactivated status.
Version 1.0.7: More edge cases added, changed how deactivated usernames appear                    

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

الاسم Tumblr Posts Fix Tumblr Posts Fix
ID lgnkfodppadkcieeejdoamoflimlocnl
عنوان URL الرسمي https://chromewebstore.google.com/detail/tumblr-posts-fix/lgnkfodppadkcieeejdoamoflimlocnl
الوصف Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor!
حجم الملف 89.99 KB
عدد التثبيتات 120
النسخة الحالية 1.0.8
آخر تحديث 2015-10-07
تاريخ النشر 2015-10-06
تقييم 5.00/5 مجموع تقييمات 1
المطور adl040
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tumblr Posts Fix",
    "description": "Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor!",
    "version": "1.0.8",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tumblr.com\/*"
            ],
            "js": [
                "jquery\/jquery-1.11.3.js",
                "javascript.js"
            ],
            "css": [
                "css.css"
            ]
        }
    ]
}