Ugly Duckling
Making Twitter Analytics pretty and easy to share.
Co to jest Ugly Duckling?
Ugly Duckling to rozszerzenie Chrome opracowane przez https://uglyduckling.app, a jego główną funkcją jest „Making Twitter Analytics pretty and easy to share.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ugly Duckling
Pobierz pliki rozszerzeń Ugly Duckling w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Ugly Duckling |
ID | oclgmkadgjmadlmmdbolhbdbnamhjalo |
Oficjalny URL | https://chromewebstore.google.com/detail/ugly-duckling/oclgmkadgjmadlmmdbolhbdbnamhjalo |
Opis | Making Twitter Analytics pretty and easy to share. |
Rozmiar pliku | 158 KB |
Liczba instalacji | 142 |
Aktualna Wersja | 1.2.0 |
Ostatnia Aktualizacja | 2023-06-20 |
Data Publikacji | 2023-05-21 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | https://uglyduckling.app |
[email protected] | |
Typ Płatności | in_app |
Obsługiwane Języki | 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" ] } ] } |