Amazon Review Extender
A better way to browse customer reviews on Amazon
Amazon Review Extenderとは何ですか?
Amazon Review ExtenderはDaeyun Shinによって開発されたChromeの拡張機能で、その主な機能は「A better way to browse customer reviews on Amazon」です。
拡張機能のスクリーンショット
Amazon Review Extender拡張機能のCRXファイルをダウンロード
Amazon Review Extender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- Read all customer reviews without reloading the page - Fold and expand
拡張機能の基本情報
名前 | Amazon Review Extender |
ID | lafeddnfcofmeoapjjebdbilmeaalpea |
公式URL | https://chromewebstore.google.com/detail/amazon-review-extender/lafeddnfcofmeoapjjebdbilmeaalpea |
説明 | A better way to browse customer reviews on Amazon |
ファイルサイズ | 61.39 KB |
インストール数 | 187 |
現在のバージョン | 1.0.11 |
最終更新日 | 2013-01-29 |
公開日 | 2013-01-28 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | Daeyun Shin |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Review Extender", "version": "1.0.11", "manifest_version": 2, "description": "A better way to browse customer reviews on Amazon", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.amazon.com\/*" ], "js": [ "jquery-1.8.3.min.js", "script.js" ], "css": [ "style.css" ] } ], "permissions": [ "http:\/\/www.amazon.com\/" ], "web_accessible_resources": [ "loading.gif" ] } |