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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Suggested poems for Gmail 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}