Ugly Duckling
Making Twitter Analytics pretty and easy to share.
Cos'è Ugly Duckling?
Ugly Duckling è un'estensione di Chrome sviluppata da https://uglyduckling.app, e la sua funzione principale è "Making Twitter Analytics pretty and easy to share.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ugly Duckling
Scarica i file di estensione Ugly Duckling in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Ugly Duckling |
ID | oclgmkadgjmadlmmdbolhbdbnamhjalo |
URL Ufficiale | https://chromewebstore.google.com/detail/ugly-duckling/oclgmkadgjmadlmmdbolhbdbnamhjalo |
Descrizione | Making Twitter Analytics pretty and easy to share. |
Dimensione del File | 158 KB |
Conteggio Installazioni | 142 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2023-06-20 |
Data di Pubblicazione | 2023-05-21 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | https://uglyduckling.app |
[email protected] | |
Tipo di Pagamento | in_app |
Lingue Supportate | 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" ] } ] } |