Perfetto UI
Enables the Perfetto trace viewer (https://ui.perfetto.dev) to record Chrome browser traces.
Perfetto UI क्या है?
Perfetto UI https://perfetto.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables the Perfetto trace viewer (https://ui.perfetto.dev) to record Chrome browser traces."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Perfetto UI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension provides the capability to start and stop Chrome performance traces from the Perfetto trace viewer UI. Requires Chrome M81 to function correctly. By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.
एक्सटेंशन की मूल जानकारी
नाम | Perfetto UI |
ID | lfmkphfpdbjijhpomgecfikhfohaoine |
आधिकारिक URL | https://chromewebstore.google.com/detail/perfetto-ui/lfmkphfpdbjijhpomgecfikhfohaoine |
विवरण | Enables the Perfetto trace viewer (https://ui.perfetto.dev) to record Chrome browser traces. |
फ़ाइल का आकार | 2.3 MB |
स्थापना संख्या | 4,503 |
वर्तमान संस्करण | 0.0.0.18 |
अंतिम अपडेट | 2023-06-23 |
प्रकाशन तिथि | 2020-01-15 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://perfetto.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Perfetto UI", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhm3X7qutsrskke84ltokTObnFJakd\/d0XFQ6Ox2wQueHTGJM5GUNPTY\/x8bdreNtGnfzvt\/Sd0vABbR0wsS6lz5yY+g6ksMXJnigFe9N7uz8E3KojDrl3xYjIe+mkiJo8yxxzPydgb7GjQ6jmsX3g+yjj67kXzm9rZFkmoZ5WmqwBZlguPYVRN\/W8CIIqBZkC3Qmq6uSG7b\/g93YbwqmTmGiL2sAzgvXtqvDOD6503abtQkRC795E4VjJd+ffyeRH38fAEz5ZIrA6GJsfmov1TZTIu1NTwqylSpBYl5as7C6gpmuxDV4SvHvGT2hMQuIufDhZhErjI3B7bcX+XLe1wIDAQAB", "description": "Enables the Perfetto trace viewer (https:\/\/ui.perfetto.dev) to record Chrome browser traces.", "version": "0.0.0.18", "manifest_version": 2, "minimum_chrome_version": "81.0.4022.0", "permissions": [ "declarativeContent", "debugger" ], "icons": { "128": "logo-128.png" }, "background": { "scripts": [ "chrome_extension_bundle.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/127.0.0.1\/*", "https:\/\/*.perfetto.dev\/*" ] } } |