Poet - New Tab Daily Poem Reads

Displays short and classic daily poems upon new tab launches.

O que é Poet - New Tab Daily Poem Reads?

Poet - New Tab Daily Poem Reads é uma extensão do Chrome desenvolvida por Chuyun Shen, e sua principal característica é "Displays short and classic daily poems upon new tab launches.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Poet - New Tab Daily Poem Reads

Baixe arquivos de extensão Poet - New Tab Daily Poem Reads no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Poet - New Tab Daily Poem Reads Poet - New Tab Daily Poem Reads
ID hkjjflfleaejocakemkheofjcmkepbcm
URL Oficial https://chromewebstore.google.com/detail/poet-new-tab-daily-poem-r/hkjjflfleaejocakemkheofjcmkepbcm
Descrição Displays short and classic daily poems upon new tab launches.
Tamanho do Arquivo 47.24 KB
Contagem de Instalações 73
Versão Atual 1.0.5
Última Atualização 2021-04-11
Data de Publicação 2020-05-21
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Chuyun Shen
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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'"
}