Page Speed Manager
The extension allows to check the speed of different pages for one or several sites at the same time
Page Speed Manager क्या है?
Page Speed Manager https://chefranov.name द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension allows to check the speed of different pages for one or several sites at the same time"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Page Speed Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The extension allows to check the speed of different pages for one or several sites at the same time. You can track data from Page Speed Insights, Web Page Test and GTMetrix with one click. Tracking data will be saved and compared with previous results, you will see if speed becomes lower or higher. 1. Speed checking with Google speed insights, Web Page Test and GTMetrix 2. Possibility to add and delete links 3. Performance tracking and identifying of changes with green and red arrows 4. Possibility to check speed of all pages or choose one or several 5. Possibility to check speed with Google Speed Insights, Web Page Test and GTMetrix together or only with Page Speed Insights
एक्सटेंशन की मूल जानकारी
नाम | |
ID | baolbakhjmadhkemgffcefloijaokcfb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/page-speed-manager/baolbakhjmadhkemgffcefloijaokcfb |
विवरण | The extension allows to check the speed of different pages for one or several sites at the same time |
फ़ाइल का आकार | 301 KB |
स्थापना संख्या | 92 |
वर्तमान संस्करण | 0.0.6 |
अंतिम अपडेट | 2022-11-09 |
प्रकाशन तिथि | 2020-06-17 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://chefranov.name |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://chefranov.name/projects/page-speed-manager/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Page Speed Manager", "description": "The extension allows to check the speed of different pages for one or several sites at the same time", "version": "0.0.6", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon-16.png", "default_popup": "index.html" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "storage", "https:\/\/gtmetrix.com\/*", "http:\/\/gtmetrix.com\/*", "https:\/\/www.googleapis.com\/*", "http:\/\/www.googleapis.com\/*", "https:\/\/webpagetest.org\/*", "http:\/\/webpagetest.org\/*" ] } |