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.."입니다.
확장 프로그램 스크린샷
Lite Website Improver - GSMArena.com 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
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" ] } |