Literally
Replaces the word 'literally' with 'figuratively'. That's literally all it does.
O que é Literally?
Literally é uma extensão do Chrome desenvolvida por Mike Walker, e sua principal característica é "Replaces the word 'literally' with 'figuratively'. That's literally all it does.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Literally
Baixe arquivos de extensão Literally 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
Informações Básicas da Extensão
Nome | Literally |
ID | odlbpehkpefnmehgdofblnagjpimaanh |
URL Oficial | https://chromewebstore.google.com/detail/literally/odlbpehkpefnmehgdofblnagjpimaanh |
Descrição | Replaces the word 'literally' with 'figuratively'. That's literally all it does. |
Tamanho do Arquivo | 3.41 KB |
Contagem de Instalações | 565 |
Versão Atual | 1.0 |
Última Atualização | 2014-04-22 |
Data de Publicação | 2014-04-21 |
Classificação | 4.41/5 Total de 29 Avaliações |
Desenvolvedor | Mike Walker |
Tipo de Pagamento | free |
Site da Extensão | http://lazerwalker.com/literally |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Literally", "version": "1.0", "description": "Replaces the word 'literally' with 'figuratively'. That's literally all it does.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |