Lite Website Improver - GSMArena.com

It will highlight differences between different phone models when you compare them, improve gallery (deprecated), etc..

Τι είναι το Lite Website Improver - GSMArena.com;

Το Lite Website Improver - GSMArena.com είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον george.miscalencu, και η κύρια λειτουργία του είναι "It will highlight differences between different phone models when you compare them, improve gallery (deprecated), etc..".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Lite Website Improver - GSMArena.com

Λήψη αρχείων επέκτασης Lite Website Improver - GSMArena.com σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Will improve some of GSMArena.com website's features. 

For now, it will only:

- highlight differences between different phone models when you compare them 
- use a new improved LightBox gallery (this was canceled as it is no longer required with the new website).

Install it and then compare phones. Example: http://www.gsmarena.com/compare.php3?idPhone1=5705&idPhone2=6604

Please note I am not affiliate in any way with GSM Arena website or company. I just love the website and I needed this feature. I also think it should be nice for others to have it.

Feel free to let me know if you need more features.

UPDATE: added support for three compared products                    

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

Όνομα Lite Website Improver - GSMArena.com Lite Website Improver - GSMArena.com
ID immkmjifadghmkjkinfmjbpeidkpmcen
Επίσημο URL https://chrome.google.com/webstore/detail/lite-website-improver-gsm/immkmjifadghmkjkinfmjbpeidkpmcen
Περιγραφή It will highlight differences between different phone models when you compare them, improve gallery (deprecated), etc..
Μέγεθος Αρχείου 388 KB
Αριθμός Εγκαταστάσεων 194
Τρέχουσα Έκδοση 0.41
Τελευταία Ενημέρωση 2016-08-19
Ημερομηνία Δημοσίευσης 2016-08-19
Αξιολόγηση 4.79/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής george.miscalencu
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/miscalencu/Google-Chrome-Lite-GSMArena-Website-Improver
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/miscalencu/Google-Chrome-Lite-GSMArena-Website-Improver/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lite Website Improver - GSMArena.com",
    "description": "It will highlight differences between different phone models when you compare them, improve gallery (deprecated), etc..",
    "version": "0.41",
    "manifest_version": 2,
    "options_page": "options.htm",
    "background": {
        "page": "background.htm"
    },
    "icons": {
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.gsmarena.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/lightbox2\/images\/loading.gif",
        "js\/lightbox2\/images\/closelabel.gif"
    ]
}