Ugly Duckling
Making Twitter Analytics pretty and easy to share.
Qu'est-ce que Ugly Duckling ?
Ugly Duckling est une extension Chrome développée par https://uglyduckling.app, et sa fonction principale est "Making Twitter Analytics pretty and easy to share.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ugly Duckling
Téléchargez les fichiers d'extension Ugly Duckling au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Ugly Duckling |
ID | oclgmkadgjmadlmmdbolhbdbnamhjalo |
URL Officiel | https://chromewebstore.google.com/detail/ugly-duckling/oclgmkadgjmadlmmdbolhbdbnamhjalo |
Description | Making Twitter Analytics pretty and easy to share. |
Taille du Fichier | 158 KB |
Nombre d'Installations | 142 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2023-06-20 |
Date de Publication | 2023-05-21 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://uglyduckling.app |
[email protected] | |
Type de Paiement | in_app |
Langues Prises en Charge | 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" ] } ] } |