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 |
官方網址 | 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" ] } ] } |