Ugly Duckling

Making Twitter Analytics pretty and easy to share.

Ugly Duckling란 무엇입니까?

Ugly Duckling은(는) https://uglyduckling.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Making Twitter Analytics pretty and easy to share."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        After the changes in the Twitter API pricing, many tools that many of us used almost daily disappeared from the market (almost) overnight.

Many of us have returned to using Twitter's free analytics, but it has two main issues:

1. It is inconvenient to scroll just to compare the last few months.
2. It is ugly.

This extension attempts to solve these two problems.                    

확장 프로그램 기본 정보

이름 Ugly Duckling Ugly Duckling
ID oclgmkadgjmadlmmdbolhbdbnamhjalo
공식 URL https://chromewebstore.google.com/detail/ugly-duckling/oclgmkadgjmadlmmdbolhbdbnamhjalo
설명 Making Twitter Analytics pretty and easy to share.
파일 크기 158 KB
설치 횟수 142
현재 버전 1.2.0
최근 업데이트 2023-06-20
출시 날짜 2023-05-21
평점 5.00/5 총 5 개의 평점
개발자 https://uglyduckling.app
이메일 [email protected]
결제 유형 in_app
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ugly Duckling",
    "description": "Making Twitter Analytics pretty and easy to share.",
    "version": "1.2.0",
    "icons": {
        "128": "icons\/icon_128.png",
        "256": "icons\/icon_256.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.analytics.twitter.com\/user\/*\/home"
            ],
            "run_at": "document_idle",
            "js": [
                "assets\/contentScript-8c27267f.js"
            ]
        }
    ]
}