Lite Website Improver - GSMArena.com
It will highlight differences between different phone models when you compare them, improve gallery (deprecated), etc..
Co to jest Lite Website Improver - GSMArena.com?
Lite Website Improver - GSMArena.com to rozszerzenie Chrome opracowane przez george.miscalencu, a jego główną funkcją jest „It will highlight differences between different phone models when you compare them, improve gallery (deprecated), etc..”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Lite Website Improver - GSMArena.com
Pobierz pliki rozszerzeń Lite Website Improver - GSMArena.com w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | immkmjifadghmkjkinfmjbpeidkpmcen |
Oficjalny URL | https://chrome.google.com/webstore/detail/lite-website-improver-gsm/immkmjifadghmkjkinfmjbpeidkpmcen |
Opis | It will highlight differences between different phone models when you compare them, improve gallery (deprecated), etc.. |
Rozmiar pliku | 388 KB |
Liczba instalacji | 194 |
Aktualna Wersja | 0.41 |
Ostatnia Aktualizacja | 2016-08-19 |
Data Publikacji | 2016-08-19 |
Ocena | 4.79/5 Łącznie 14 Oceny |
Deweloper | george.miscalencu |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/miscalencu/Google-Chrome-Lite-GSMArena-Website-Improver |
Adres URL Strony Pomocy | https://github.com/miscalencu/Google-Chrome-Lite-GSMArena-Website-Improver/issues |
Obsługiwane Języki | 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" ] } |