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ファイルをダウンロード

Ugly Duckling拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}