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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays short and classic daily poems upon new tab launches."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Poet - New Tab Daily Poem Reads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}