Ugly Duckling
Making Twitter Analytics pretty and easy to share.
Was ist Ugly Duckling?
Ugly Duckling ist eine Chrome-Erweiterung, die von https://uglyduckling.app entwickelt wurde, und ihr Hauptmerkmal ist "Making Twitter Analytics pretty and easy to share.".
Erweiterungsscreenshots
Ugly Duckling-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ugly Duckling-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Ugly Duckling |
ID | oclgmkadgjmadlmmdbolhbdbnamhjalo |
Offizielle URL | https://chromewebstore.google.com/detail/ugly-duckling/oclgmkadgjmadlmmdbolhbdbnamhjalo |
Beschreibung | Making Twitter Analytics pretty and easy to share. |
Dateigröße | 158 KB |
Installationsanzahl | 142 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2023-06-20 |
Veröffentlichungsdatum | 2023-05-21 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | https://uglyduckling.app |
[email protected] | |
Zahlungsart | in_app |
Unterstützte Sprachen | 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" ] } ] } |