Lite Website Improver - GSMArena.com
It will highlight differences between different phone models when you compare them, improve gallery (deprecated), etc..
O que é Lite Website Improver - GSMArena.com?
Lite Website Improver - GSMArena.com é uma extensão do Chrome desenvolvida por george.miscalencu, e sua principal característica é "It will highlight differences between different phone models when you compare them, improve gallery (deprecated), etc..".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Lite Website Improver - GSMArena.com
Baixe arquivos de extensão Lite Website Improver - GSMArena.com no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | immkmjifadghmkjkinfmjbpeidkpmcen |
URL Oficial | https://chrome.google.com/webstore/detail/lite-website-improver-gsm/immkmjifadghmkjkinfmjbpeidkpmcen |
Descrição | It will highlight differences between different phone models when you compare them, improve gallery (deprecated), etc.. |
Tamanho do Arquivo | 388 KB |
Contagem de Instalações | 194 |
Versão Atual | 0.41 |
Última Atualização | 2016-08-19 |
Data de Publicação | 2016-08-19 |
Classificação | 4.79/5 Total de 14 Avaliações |
Desenvolvedor | george.miscalencu |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/miscalencu/Google-Chrome-Lite-GSMArena-Website-Improver |
URL da Página de Ajuda | https://github.com/miscalencu/Google-Chrome-Lite-GSMArena-Website-Improver/issues |
Idiomas Suportados | 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" ] } |