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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://chefranov.name, και η κύρια λειτουργία του είναι "The extension allows to check the speed of different pages for one or several sites at the same time".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Page Speed Manager

Λήψη αρχείων επέκτασης Page Speed Manager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Page Speed Manager Page Speed Manager
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\/*"
    ]
}