Tweeter

Tweeting made easy.

Tweeter란 무엇입니까?

Tweeter은(는) Zeeg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tweeting made easy."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Tweeter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Elevate your Twitter game with the Tweeter! With just a few clicks, generate personalized and engaging tweets, threads and direct messages based on your chosen tone and topic.

1️⃣ Install the Tweeter extension.
2️⃣ Open twitter.com or tweetdeck.twitter.com
3️⃣ Click on the Tweeter extension logo
✅ Create professional and engaging content for your followers. 

Try it out now and stand out on Twitter!                    

확장 프로그램 기본 정보

이름 Tweeter Tweeter
ID piecblhgbbgfcnpkngkjdgemalmgallo
공식 URL https://chromewebstore.google.com/detail/tweeter/piecblhgbbgfcnpkngkjdgemalmgallo
설명 Tweeting made easy.
파일 크기 72.25 KB
설치 횟수 342
현재 버전 0.40
최근 업데이트 2023-03-30
출시 날짜 2023-02-07
평점 5.00/5 총 1 개의 평점
개발자 Zeeg
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tweeter",
    "description": "Tweeting made easy.",
    "version": "0.40",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "32": "assets\/icons\/icon-32.png",
            "48": "assets\/icons\/icon-48.png",
            "128": "assets\/icons\/icon-128.png"
        },
        "default_title": "Tweeter"
    },
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "32": "assets\/icons\/icon-32.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/extensions.zeeg.me\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "assets\/icons\/icon-32.png",
                "icon-32.png"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ]
        }
    ]
}