Poet - New Tab Daily Poem Reads

Displays short and classic daily poems upon new tab launches.

Poet - New Tab Daily Poem Reads là gì?

Poet - New Tab Daily Poem Reads là một tiện ích mở rộng Chrome được phát triển bởi Chuyun Shen, và tính năng chính của nó là "Displays short and classic daily poems upon new tab launches.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Poet - New Tab Daily Poem Reads

Tải xuống các tệp mở rộng Poet - New Tab Daily Poem Reads 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

                        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.                    

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

Tên Poet - New Tab Daily Poem Reads Poet - New Tab Daily Poem Reads
ID hkjjflfleaejocakemkheofjcmkepbcm
URL Chính Thức https://chromewebstore.google.com/detail/poet-new-tab-daily-poem-r/hkjjflfleaejocakemkheofjcmkepbcm
Mô tả Displays short and classic daily poems upon new tab launches.
Kích Thước Tệp 47.24 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2021-04-11
Ngày Phát Hành 2020-05-21
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Chuyun Shen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}