Ugly Duckling
Making Twitter Analytics pretty and easy to share.
Apa itu Ugly Duckling?
Ugly Duckling adalah ekstensi Chrome yang dikembangkan oleh https://uglyduckling.app, dan fitur utamanya adalah "Making Twitter Analytics pretty and easy to share.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ugly Duckling
Unduh file ekstensi Ugly Duckling dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Ugly Duckling |
ID | oclgmkadgjmadlmmdbolhbdbnamhjalo |
URL Resmi | https://chromewebstore.google.com/detail/ugly-duckling/oclgmkadgjmadlmmdbolhbdbnamhjalo |
Deskripsi | Making Twitter Analytics pretty and easy to share. |
Ukuran File | 158 KB |
Jumlah Instalasi | 142 |
Versi Saat Ini | 1.2.0 |
Terakhir Diperbarui | 2023-06-20 |
Tanggal Publikasi | 2023-05-21 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | https://uglyduckling.app |
[email protected] | |
Tipe Pembayaran | in_app |
Bahasa yang Didukung | 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" ] } ] } |