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 là gì?

Tumblr Posts Fix là một tiện ích mở rộng Chrome được phát triển bởi adl040, và tính năng chính của nó là "Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tumblr Posts Fix

Tải xuống các tệp mở rộng Tumblr Posts Fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tumblr Posts Fix Tumblr Posts Fix
ID lgnkfodppadkcieeejdoamoflimlocnl
URL Chính Thức https://chromewebstore.google.com/detail/tumblr-posts-fix/lgnkfodppadkcieeejdoamoflimlocnl
Mô tả Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor!
Kích Thước Tệp 89.99 KB
Số Lần Cài Đặt 120
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2015-10-07
Ngày Phát Hành 2015-10-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển adl040
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}