Ugly Duckling
Making Twitter Analytics pretty and easy to share.
Vad är Ugly Duckling?
Ugly Duckling är en Chrome-tillägg utvecklad av https://uglyduckling.app, och dess huvudfunktion är "Making Twitter Analytics pretty and easy to share.".
Tilläggsskärmbilder
Ladda ner Ugly Duckling-förlängningens CRX-fil
Ladda ner Ugly Duckling-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Ugly Duckling |
ID | oclgmkadgjmadlmmdbolhbdbnamhjalo |
Officiell webbadress | https://chromewebstore.google.com/detail/ugly-duckling/oclgmkadgjmadlmmdbolhbdbnamhjalo |
Beskrivning | Making Twitter Analytics pretty and easy to share. |
Filstorlek | 158 KB |
Antal Installationer | 142 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2023-06-20 |
Publiceringsdatum | 2023-05-21 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | https://uglyduckling.app |
E-post | [email protected] |
Betalningssätt | in_app |
Stödda Språk | 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" ] } ] } |