Poet - New Tab Daily Poem Reads

Displays short and classic daily poems upon new tab launches.

Poet - New Tab Daily Poem Reads란 무엇입니까?

Poet - New Tab Daily Poem Reads은(는) Chuyun Shen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays short and classic daily poems upon new tab launches."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Poet - New Tab Daily Poem Reads 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Poet displays a new poem every day. 
Try it out by launching a new tab.

At the bottom right corner of the new tab, there are two buttons. You can use the heart button to save a poem to your favourites, and the grey refresh button to fetch a new poem.
If you click on the Poet icon (the quill pen), you can view and manage your poems.                    

확장 프로그램 기본 정보

이름 Poet - New Tab Daily Poem Reads Poet - New Tab Daily Poem Reads
ID hkjjflfleaejocakemkheofjcmkepbcm
공식 URL https://chromewebstore.google.com/detail/poet-new-tab-daily-poem-r/hkjjflfleaejocakemkheofjcmkepbcm
설명 Displays short and classic daily poems upon new tab launches.
파일 크기 47.24 KB
설치 횟수 73
현재 버전 1.0.5
최근 업데이트 2021-04-11
출시 날짜 2020-05-21
평점 5.00/5 총 3 개의 평점
개발자 Chuyun Shen
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Poet - New Tab Daily Poem Reads",
    "version": "1.0.5",
    "author": "Chuyun Shen",
    "description": "Displays short and classic daily poems upon new tab launches.",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "*:\/\/poetrydb.org\/*",
        "*:\/\/en.wikipedia.org\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/poet16.png",
            "32": "images\/poet32.png",
            "48": "images\/poet48.png",
            "128": "images\/poet128.png"
        }
    },
    "icons": {
        "16": "images\/poet16.png",
        "32": "images\/poet32.png",
        "48": "images\/poet48.png",
        "128": "images\/poet128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": "script-src 'self' https:\/\/kit.fontawesome.com; object-src 'self'"
}