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.”。
扩展截图
下载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 |
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" ] } ] } |