Twitter Font Fix
Makes the font size same for all tweets on the new Twitter profile pages.
O que é Twitter Font Fix?
Twitter Font Fix é uma extensão do Chrome desenvolvida por https://klivk.com, e sua principal característica é "Makes the font size same for all tweets on the new Twitter profile pages.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitter Font Fix
Baixe arquivos de extensão Twitter Font 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
Pure CSS. Normalizes font sizes for all tweets in a Twitter profile page. Avoid headaches while reading timelines. Does not mess with your data on Twitter. Full source code of this extension is available at GitHub. https://github.com/serd/twitter-font-fix
Informações Básicas da Extensão
Nome | Twitter Font Fix |
ID | lnddiegkdhlfgpmfbjffeegbkkomaebn |
URL Oficial | https://chromewebstore.google.com/detail/twitter-font-fix/lnddiegkdhlfgpmfbjffeegbkkomaebn |
Descrição | Makes the font size same for all tweets on the new Twitter profile pages. |
Tamanho do Arquivo | 5.93 KB |
Contagem de Instalações | 172 |
Versão Atual | 1.0.1 |
Última Atualização | 2016-03-10 |
Data de Publicação | 2016-03-10 |
Classificação | 4.33/5 Total de 6 Avaliações |
Desenvolvedor | https://klivk.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://serdar.work/chrome-extensions/privacy-policy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.0.1", "manifest_version": 2, "description": "__MSG_extDescription__", "icons": { "128": "icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "css": [ "mystyles.css" ] } ], "homepage_url": "http:\/\/klivk.com\/twitter-font-fix" } |