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" ] } ] } |