Tumblr Posts Fix
Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor!
O que é Tumblr Posts Fix?
Tumblr Posts Fix é uma extensão do Chrome desenvolvida por adl040, e sua principal característica é "Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tumblr Posts Fix
Baixe arquivos de extensão Tumblr Posts Fix no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Tumblr Posts Fix |
ID | lgnkfodppadkcieeejdoamoflimlocnl |
URL Oficial | https://chromewebstore.google.com/detail/tumblr-posts-fix/lgnkfodppadkcieeejdoamoflimlocnl |
Descrição | Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor! |
Tamanho do Arquivo | 89.99 KB |
Contagem de Instalações | 120 |
Versão Atual | 1.0.8 |
Última Atualização | 2015-10-07 |
Data de Publicação | 2015-10-06 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | adl040 |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |