Suggested poems for Gmail
Replaces suggested replies on Gmail messages with poetic verse.
什么是Suggested poems for Gmail?
Suggested poems for Gmail是由Chris Zubak-Skees开发的Chrome扩展程序,该扩展的主要功能是“Replaces suggested replies on Gmail messages with poetic verse.”。
扩展截图
下载Suggested poems for Gmail扩展crx文件
下载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" } } |