Y’allifier
Makes the words of the world a little gentler on the soul.
O que é Y’allifier?
Y’allifier é uma extensão do Chrome desenvolvida por steev, e sua principal característica é "Makes the words of the world a little gentler on the soul.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Y’allifier
Baixe arquivos de extensão Y’allifier 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
Y’allifier takes all phrases on the internet that should be "y’all" and fixes them.
Informações Básicas da Extensão
Nome | |
ID | aicapddnpcanaijnigmldonmponhbgeb |
URL Oficial | https://chromewebstore.google.com/detail/y%E2%80%99allifier/aicapddnpcanaijnigmldonmponhbgeb |
Descrição | Makes the words of the world a little gentler on the soul. |
Tamanho do Arquivo | 14.84 KB |
Contagem de Instalações | 19 |
Versão Atual | 1.6 |
Última Atualização | 2016-08-14 |
Data de Publicação | 2016-08-14 |
Classificação | 4.33/5 Total de 6 Avaliações |
Desenvolvedor | steev |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/asiansteev/y-allifier |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Y\u2019allifier", "short_name": "Y\u2019allifier", "description": "Makes the words of the world a little gentler on the soul.", "author": "steev", "version": "1.6", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/\/Users\/steev\/code\/y-allifier\/you%20all%20test.html" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |