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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย george.miscalencu และคุณลักษณะหลักของมันคือ "It will highlight differences between different phone models when you compare them, improve gallery (deprecated), etc.."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lite Website Improver - GSMArena.com
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" ] } |