Suggested poems for Gmail

Replaces suggested replies on Gmail messages with poetic verse.

Suggested poems for Gmail là gì?

Suggested poems for Gmail là một tiện ích mở rộng Chrome được phát triển bởi Chris Zubak-Skees, và tính năng chính của nó là "Replaces suggested replies on Gmail messages with poetic verse.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Suggested poems for Gmail

Tải xuống các tệp mở rộng Suggested poems for Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Suggested poems for Gmail Suggested poems for Gmail
ID kjjcalmhcemhafjcoanjjllfjdfnnhid
URL Chính Thức https://chromewebstore.google.com/detail/suggested-poems-for-gmail/kjjcalmhcemhafjcoanjjllfjdfnnhid
Mô tả Replaces suggested replies on Gmail messages with poetic verse.
Kích Thước Tệp 701 KB
Số Lần Cài Đặt 198
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2019-04-09
Ngày Phát Hành 2019-04-08
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Chris Zubak-Skees
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/chriszs/suggested-poems/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}