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
官方網址 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": [
        ""
    ]
}