Typogram

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

Typogram là gì?

Typogram là một tiện ích mở rộng Chrome được phát triển bởi Typogram, và tính năng chính của nó là "Use Typogram to generate text, translate languages, and write code on any website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Typogram

Tải xuống các tệp mở rộng Typogram dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Typogram Typogram
ID hdaifiiaeighbeglfjbpgljhlkgkaifp
URL Chính Thức https://chromewebstore.google.com/detail/typogram/hdaifiiaeighbeglfjbpgljhlkgkaifp
Mô tả Use Typogram to generate text, translate languages, and write code on any website.
Kích Thước Tệp 23.28 KB
Số Lần Cài Đặt 193
Phiên Bản Hiện Tại 1.0.03
Cập Nhật Lần Cuối 2023-12-01
Ngày Phát Hành 2023-11-29
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Typogram
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://typogram.co.in/
URL Trang Chính Sách Bảo Mật https://typogram.co.in/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}