Ugly Duckling
Making Twitter Analytics pretty and easy to share.
Hvad er Ugly Duckling?
Ugly Duckling er en Chrome-udvidelse udviklet af https://uglyduckling.app, og dens hovedfunktion er "Making Twitter Analytics pretty and easy to share.".
Udvidelsesskærmbilleder
Download Ugly Duckling-udvidelses-CRX-fil
Download Ugly Duckling-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Ugly Duckling |
ID | oclgmkadgjmadlmmdbolhbdbnamhjalo |
Officiel URL | https://chromewebstore.google.com/detail/ugly-duckling/oclgmkadgjmadlmmdbolhbdbnamhjalo |
Beskrivelse | Making Twitter Analytics pretty and easy to share. |
Filstørrelse | 158 KB |
Antal Installationer | 142 |
Nuværende Version | 1.2.0 |
Senest Opdateret | 2023-06-20 |
Udgivelsesdato | 2023-05-21 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | https://uglyduckling.app |
[email protected] | |
Betalingsmetode | in_app |
Understøttede Sprog | 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" ] } ] } |