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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
        ""
    ]
}