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
电子邮箱 [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": [
        ""
    ]
}