Typogram

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

Typogram क्या है?

Typogram Typogram द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Typogram to generate text, translate languages, and write code on any website."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Typogram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
        ""
    ]
}