Typogram

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

Co je Typogram?

Typogram je rozšíření Chrome vyvinuté Typogram, a jeho hlavní funkcí je „Use Typogram to generate text, translate languages, and write code on any website.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Typogram

Stáhněte si soubory rozšíření Typogram ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Typogram Typogram
ID hdaifiiaeighbeglfjbpgljhlkgkaifp
Oficiální URL https://chromewebstore.google.com/detail/typogram/hdaifiiaeighbeglfjbpgljhlkgkaifp
Popis Use Typogram to generate text, translate languages, and write code on any website.
Velikost souboru 23.28 KB
Počet instalací 193
Aktuální Verze 1.0.03
Poslední Aktualizace 2023-12-01
Datum Vydání 2023-11-29
Hodnocení 4.00/5 Celkem 5 Hodnocení
Vývojář Typogram
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://typogram.co.in/
URL Stránky Zásad Ochrany Soukromí https://typogram.co.in/privacy-policy
Podporované Jazyky 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": [
        ""
    ]
}