Typogram

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

Wat is Typogram?

Typogram is een Chrome-extensie ontwikkeld door Typogram, en de belangrijkste functie is "Use Typogram to generate text, translate languages, and write code on any website.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Typogram

Download Typogram-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Typogram Typogram
ID hdaifiiaeighbeglfjbpgljhlkgkaifp
Officiële URL https://chromewebstore.google.com/detail/typogram/hdaifiiaeighbeglfjbpgljhlkgkaifp
Beschrijving Use Typogram to generate text, translate languages, and write code on any website.
Bestandsgrootte 23.28 KB
Aantal Installaties 193
Huidige Versie 1.0.03
Laatst Bijgewerkt 2023-12-01
Publicatiedatum 2023-11-29
Beoordeling 4.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Typogram
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://typogram.co.in/
URL van de Privacybeleid Pagina https://typogram.co.in/privacy-policy
Ondersteunde Talen 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": [
        ""
    ]
}