Ugly Duckling
Making Twitter Analytics pretty and easy to share.
Ugly Ducklingคืออะไร?
Ugly Duckling เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://uglyduckling.app และคุณลักษณะหลักของมันคือ "Making Twitter Analytics pretty and easy to share."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ugly Duckling
ดาวน์โหลดไฟล์ส่วนขยาย Ugly Duckling ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ugly Duckling |
ID | oclgmkadgjmadlmmdbolhbdbnamhjalo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ugly-duckling/oclgmkadgjmadlmmdbolhbdbnamhjalo |
คำอธิบาย | Making Twitter Analytics pretty and easy to share. |
ขนาดไฟล์ | 158 KB |
จำนวนการติดตั้ง | 142 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2023-06-20 |
วันที่เผยแพร่ | 2023-05-21 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://uglyduckling.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
ภาษาที่รองรับ | 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" ] } ] } |