SayWhat.LOL text to Gif generator
Make everything you say sound funny
O que é SayWhat.LOL text to Gif generator?
SayWhat.LOL text to Gif generator é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Make everything you say sound funny".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SayWhat.LOL text to Gif generator
Baixe arquivos de extensão SayWhat.LOL text to Gif generator 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
Transform your text to matching gifs on Facebook, Twitter, Gmail, forums and anywhere you like. Make everything you say sound funnier. Simply enclose your text between square brackets to get gifs, e.g. [Have Fun], [I'm excited to try this], [this is awesome], you get the idea.
Informações Básicas da Extensão
Nome | |
ID | fpckphfndjocalkbefpbpifhfgghjmgh |
URL Oficial | https://chromewebstore.google.com/detail/saywhatlol-text-to-gif-ge/fpckphfndjocalkbefpbpifhfgghjmgh |
Descrição | Make everything you say sound funny |
Tamanho do Arquivo | 65.66 KB |
Contagem de Instalações | 40 |
Versão Atual | 1.4 |
Última Atualização | 2016-08-16 |
Data de Publicação | 2016-08-16 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | https://saywhat.lol |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SayWhat.LOL text to Gif generator", "short_name": "SayWhat.LOL", "description": "Make everything you say sound funny", "version": "1.4", "permissions": [ "activeTab", "https:\/\/saywhat.lol\/", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "parakeet.js" ], "all_frames": true } ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |