Suggested poems for Gmail
Replaces suggested replies on Gmail messages with poetic verse.
Co je Suggested poems for Gmail?
Suggested poems for Gmail je rozšíření Chrome vyvinuté Chris Zubak-Skees, a jeho hlavní funkcí je „Replaces suggested replies on Gmail messages with poetic verse.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Suggested poems for Gmail
Stáhněte si soubory rozšíření Suggested poems for Gmail ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Suggested poems for Gmail |
ID | kjjcalmhcemhafjcoanjjllfjdfnnhid |
Oficiální URL | https://chromewebstore.google.com/detail/suggested-poems-for-gmail/kjjcalmhcemhafjcoanjjllfjdfnnhid |
Popis | Replaces suggested replies on Gmail messages with poetic verse. |
Velikost souboru | 701 KB |
Počet instalací | 198 |
Aktuální Verze | 0.6 |
Poslední Aktualizace | 2019-04-09 |
Datum Vydání | 2019-04-08 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | Chris Zubak-Skees |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://github.com/chriszs/suggested-poems/issues |
Podporované Jazyky | 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" } } |