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" } } |