Whimsical

Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.

O que é Whimsical?

Whimsical é uma extensão do Chrome desenvolvida por beo.j.23, e sua principal característica é "Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Whimsical

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

                        Whimsical allows you to generate whimsical dummy text on the fly and paste it anywhere you'd like.

Select the number of paragraphs to generate (up to 15 paragraphs).

It's simple and easy to use. The text is automatically copied to the clipboard when you click the generate button.                    

Informações Básicas da Extensão

Nome Whimsical Whimsical
ID djabcidlggkhienjmapdihcfhjlhmloo
URL Oficial https://chromewebstore.google.com/detail/whimsical/djabcidlggkhienjmapdihcfhjlhmloo
Descrição Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.
Tamanho do Arquivo 15.52 KB
Contagem de Instalações 230
Versão Atual 1.0.0
Última Atualização 2023-05-31
Data de Publicação 2023-05-30
Desenvolvedor beo.j.23
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Whimsical",
    "version": "1.0.0",
    "description": "Whimsical is a Chrome extension that allows you to generate whimsical dummy text on the fly.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": "icon-48.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}