Suggested poems for Gmail
Replaces suggested replies on Gmail messages with poetic verse.
O que é Suggested poems for Gmail?
Suggested poems for Gmail é uma extensão do Chrome desenvolvida por Chris Zubak-Skees, e sua principal característica é "Replaces suggested replies on Gmail messages with poetic verse.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Suggested poems for Gmail
Baixe arquivos de extensão Suggested poems for Gmail 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
Once you install this extension, suggested replies in Gmail messages will be replaced with lines of poetic verse drawn from thousands of lines of public domain poems. Frequently asked questions: - Is this endorsed by, sponsored by or in any way associated with Google? Absolutely not. - Is this an April Fools’ prank? Sort of, but it’s real and it doesn’t go away on April 2. - Why did you do this? Suggested replies — what Google calls “Smart Reply” — are useful, but they tend to be cheery and bland. It's possible to have whole conversations of nothing but prefabricated responses. This is an attempt to question that particular future. - Can a computer have the soul of a poet? Maybe someday, but right now it can only echo the souls of poets past. Free and open source: https://github.com/chriszs/suggested-poems
Informações Básicas da Extensão
Nome | Suggested poems for Gmail |
ID | kjjcalmhcemhafjcoanjjllfjdfnnhid |
URL Oficial | https://chromewebstore.google.com/detail/suggested-poems-for-gmail/kjjcalmhcemhafjcoanjjllfjdfnnhid |
Descrição | Replaces suggested replies on Gmail messages with poetic verse. |
Tamanho do Arquivo | 701 KB |
Contagem de Instalações | 198 |
Versão Atual | 0.6 |
Última Atualização | 2019-04-09 |
Data de Publicação | 2019-04-08 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Chris Zubak-Skees |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/chriszs/suggested-poems/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Suggested poems for Gmail", "description": "Replaces suggested replies on Gmail messages with poetic verse.", "version": "0.6", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "corpus.js", "rita-full.min.js", "content.js" ], "css": [ "content.css" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |