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是由george.miscalencu开发的Chrome扩展程序,该扩展的主要功能是“It will highlight differences between different phone models when you compare them, improve gallery (deprecated), etc..”。

扩展截图

screenshot

下载Lite Website Improver - GSMArena.com扩展crx文件

下载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"
    ]
}