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
官方網址 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"
            ]
        }
    ]
}