Typogram

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

Typogramとは何ですか?

TypogramはTypogramによって開発されたChromeの拡張機能で、その主な機能は「Use Typogram to generate text, translate languages, and write code on any website.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Typogram拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
        ""
    ]
}