Typogram

Use Typogram to generate text, translate languages, and write code on any website.

O que é Typogram?

Typogram é uma extensão do Chrome desenvolvida por Typogram, e sua principal característica é "Use Typogram to generate text, translate languages, and write code on any website.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Typogram

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

                        Typogram is an online extension that automatically type for you anywhere on any website like website content editor , website comment box, reddit post or reply, Facebook post or reply, X (twitter), google doc or google sheet. You just need to give command to typogram to type any content for you and it will do live typing on the given command.
Example 
You want to write a post about benefit of keto diets but don’t have idea
Simple write in Facebook post editor- help: benefit of keta diets; and typogram will write your post in front of you that you can post on Facebook instantly , no login to AI tools, no copy paste required                    

Informações Básicas da Extensão

Nome Typogram Typogram
ID hdaifiiaeighbeglfjbpgljhlkgkaifp
URL Oficial https://chromewebstore.google.com/detail/typogram/hdaifiiaeighbeglfjbpgljhlkgkaifp
Descrição Use Typogram to generate text, translate languages, and write code on any website.
Tamanho do Arquivo 23.28 KB
Contagem de Instalações 193
Versão Atual 1.0.03
Última Atualização 2023-12-01
Data de Publicação 2023-11-29
Classificação 4.00/5 Total de 5 Avaliações
Desenvolvedor Typogram
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://typogram.co.in/
URL da Página de Política de Privacidade https://typogram.co.in/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Typogram",
    "version": "1.0.03",
    "description": "Use Typogram to generate text, translate languages, and write code on any website.",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        ""
    ]
}