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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } } |