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文件
下載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 |
官方網址 | 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" ] } |