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 |
公式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 |
Eメール | [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" ] } |