Typogram

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

Qu'est-ce que Typogram ?

Typogram est une extension Chrome développée par Typogram, et sa fonction principale est "Use Typogram to generate text, translate languages, and write code on any website.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Typogram

Téléchargez les fichiers d'extension Typogram au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Typogram Typogram
ID hdaifiiaeighbeglfjbpgljhlkgkaifp
URL Officiel https://chromewebstore.google.com/detail/typogram/hdaifiiaeighbeglfjbpgljhlkgkaifp
Description Use Typogram to generate text, translate languages, and write code on any website.
Taille du Fichier 23.28 KB
Nombre d'Installations 193
Version Actuelle 1.0.03
Dernière Mise à Jour 2023-12-01
Date de Publication 2023-11-29
Évaluation 4.00/5 Total 5 Évaluations
Développeur Typogram
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://typogram.co.in/
URL de la Page de Politique de Confidentialité https://typogram.co.in/privacy-policy
Langues Prises en Charge 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": [
        ""
    ]
}