Ugly Duckling
Making Twitter Analytics pretty and easy to share.
Ugly Duckling क्या है?
Ugly Duckling https://uglyduckling.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Making Twitter Analytics pretty and easy to share."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ugly Duckling एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |