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 là gì?
Lite Website Improver - GSMArena.com là một tiện ích mở rộng Chrome được phát triển bởi george.miscalencu, và tính năng chính của nó là "It will highlight differences between different phone models when you compare them, improve gallery (deprecated), etc..".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Lite Website Improver - GSMArena.com
Tải xuống các tệp mở rộng Lite Website Improver - GSMArena.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | immkmjifadghmkjkinfmjbpeidkpmcen |
URL Chính Thức | https://chrome.google.com/webstore/detail/lite-website-improver-gsm/immkmjifadghmkjkinfmjbpeidkpmcen |
Mô tả | It will highlight differences between different phone models when you compare them, improve gallery (deprecated), etc.. |
Kích Thước Tệp | 388 KB |
Số Lần Cài Đặt | 194 |
Phiên Bản Hiện Tại | 0.41 |
Cập Nhật Lần Cuối | 2016-08-19 |
Ngày Phát Hành | 2016-08-19 |
Đánh Giá | 4.79/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | george.miscalencu |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/miscalencu/Google-Chrome-Lite-GSMArena-Website-Improver |
URL Trang Trợ Giúp | https://github.com/miscalencu/Google-Chrome-Lite-GSMArena-Website-Improver/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |