Fix my Title
Enter your title and it will be corrected as you type!
O que é Fix my Title?
Fix my Title é uma extensão do Chrome desenvolvida por https://tylucaskelley.com, e sua principal característica é "Enter your title and it will be corrected as you type!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fix my Title
Baixe arquivos de extensão Fix my Title 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
Simply type or paste in text, and any mistakes will be fixed right away, with no need to click buttons or hit enter.
Informações Básicas da Extensão
Nome | |
ID | cbaagoaigiobmonebiebljfnkekfpkif |
URL Oficial | https://chromewebstore.google.com/detail/fix-my-title/cbaagoaigiobmonebiebljfnkekfpkif |
Descrição | Enter your title and it will be corrected as you type! |
Tamanho do Arquivo | 108 KB |
Contagem de Instalações | 20 |
Versão Atual | 1.2 |
Última Atualização | 2014-11-13 |
Data de Publicação | 2014-11-13 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://tylucaskelley.com |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/tylucaskelley/fix-my-title |
URL da Página de Ajuda | https://github.com/tylucaskelley/fix-my-title |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fix my Title", "description": "Enter your title and it will be corrected as you type!", "version": "1.2", "icons": { "128": "img\/icon.png" }, "browser_action": { "default_title": "Fix my Title", "default_icon": "img\/icon.png", "default_popup": "index.html" } } |