Tumblr Posts Fix
Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor!
Co je Tumblr Posts Fix?
Tumblr Posts Fix je rozšíření Chrome vyvinuté adl040, a jeho hlavní funkcí je „Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Tumblr Posts Fix
Stáhněte si soubory rozšíření Tumblr Posts Fix ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Tumblr Posts Fix |
ID | lgnkfodppadkcieeejdoamoflimlocnl |
Oficiální URL | https://chromewebstore.google.com/detail/tumblr-posts-fix/lgnkfodppadkcieeejdoamoflimlocnl |
Popis | Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor! |
Velikost souboru | 89.99 KB |
Počet instalací | 120 |
Aktuální Verze | 1.0.8 |
Poslední Aktualizace | 2015-10-07 |
Datum Vydání | 2015-10-06 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | adl040 |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |