Literary Clock

Tell the time via literary quotes.

O que é Literary Clock?

Literary Clock é uma extensão do Chrome desenvolvida por https://georgemike.com, e sua principal característica é "Tell the time via literary quotes.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Literary Clock

Baixe arquivos de extensão Literary Clock 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

                        A new tab page that tells the time via literary quotes that mention your current time.                    

Informações Básicas da Extensão

Nome Literary Clock Literary Clock
ID dkakoclgfplinfknmloejhabadnchdem
URL Oficial https://chromewebstore.google.com/detail/literary-clock/dkakoclgfplinfknmloejhabadnchdem
Descrição Tell the time via literary quotes.
Tamanho do Arquivo 294 KB
Contagem de Instalações 262
Versão Atual 0.3
Última Atualização 2024-01-26
Data de Publicação 2018-08-06
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor https://georgemike.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://georgemike.com/
URL da Página de Ajuda https://georgemike.com/
URL da Página de Política de Privacidade https://www.georgemike.com/chrome/privacypolicy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.3",
    "name": "Literary Clock",
    "description": "Tell the time via literary quotes.",
    "icons": {
        "128": "images\/icon.clock.128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "incognito": "split",
    "options_page": "options.html",
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "data\/quotes.csv"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}