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是由adl040开发的Chrome扩展程序,该扩展的主要功能是“Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor!”。
扩展截图
下载Tumblr Posts Fix扩展crx文件
下载Tumblr Posts Fix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" ] } ] } |