Suggested poems for Gmail
Replaces suggested replies on Gmail messages with poetic verse.
Τι είναι το Suggested poems for Gmail;
Το Suggested poems for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Chris Zubak-Skees, και η κύρια λειτουργία του είναι "Replaces suggested replies on Gmail messages with poetic verse.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Suggested poems for Gmail
Λήψη αρχείων επέκτασης Suggested poems for Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Suggested poems for Gmail |
ID | kjjcalmhcemhafjcoanjjllfjdfnnhid |
Επίσημο URL | https://chromewebstore.google.com/detail/suggested-poems-for-gmail/kjjcalmhcemhafjcoanjjllfjdfnnhid |
Περιγραφή | Replaces suggested replies on Gmail messages with poetic verse. |
Μέγεθος Αρχείου | 701 KB |
Αριθμός Εγκαταστάσεων | 198 |
Τρέχουσα Έκδοση | 0.6 |
Τελευταία Ενημέρωση | 2019-04-09 |
Ημερομηνία Δημοσίευσης | 2019-04-08 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Chris Zubak-Skees |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/chriszs/suggested-poems/issues |
Υποστηριζόμενες Γλώσσες | 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" } } |