Typogram

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

Τι είναι το Typogram;

Το Typogram είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Typogram, και η κύρια λειτουργία του είναι "Use Typogram to generate text, translate languages, and write code on any website.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Typogram

Λήψη αρχείων επέκτασης Typogram σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Typogram Typogram
ID hdaifiiaeighbeglfjbpgljhlkgkaifp
Επίσημο URL https://chromewebstore.google.com/detail/typogram/hdaifiiaeighbeglfjbpgljhlkgkaifp
Περιγραφή Use Typogram to generate text, translate languages, and write code on any website.
Μέγεθος Αρχείου 23.28 KB
Αριθμός Εγκαταστάσεων 193
Τρέχουσα Έκδοση 1.0.03
Τελευταία Ενημέρωση 2023-12-01
Ημερομηνία Δημοσίευσης 2023-11-29
Αξιολόγηση 4.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Typogram
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://typogram.co.in/
URL της Σελίδας Πολιτικής Απορρήτου https://typogram.co.in/privacy-policy
Υποστηριζόμενες Γλώσσες 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": [
        ""
    ]
}