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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It will highlight differences between different phone models when you compare them, improve gallery (deprecated), etc.."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lite Website Improver - GSMArena.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |