Amazon wishlist subtotal
Creates subtotal for wishlist on Amazon
Amazon wishlist subtotalとは何ですか?
Amazon wishlist subtotalはHYUTSによって開発されたChromeの拡張機能で、その主な機能は「Creates subtotal for wishlist on Amazon」です。
拡張機能のスクリーンショット
Amazon wishlist subtotal拡張機能のCRXファイルをダウンロード
Amazon wishlist subtotal拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is to help you from needing to manually add the cost of items in your Amazon wishlist's. Normally you need to add items to your cart to calculate prices. The extension will be located at the top right of your screen. Enjoy!
拡張機能の基本情報
名前 | Amazon wishlist subtotal |
ID | oalghggdeaciadklhjomgfbdnpkgaaba |
公式URL | https://chromewebstore.google.com/detail/amazon-wishlist-subtotal/oalghggdeaciadklhjomgfbdnpkgaaba |
説明 | Creates subtotal for wishlist on Amazon |
ファイルサイズ | 350 KB |
インストール数 | 35 |
現在のバージョン | 1.2 |
最終更新日 | 2020-12-29 |
公開日 | 2020-12-29 |
開発者 | HYUTS |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon wishlist subtotal", "version": "1.2", "description": "Creates subtotal for wishlist on Amazon", "icons": { "128": "icon_dark.png" }, "browser_action": { "name": "Dollar sign", "default_popup": "popup.html", "icons": [ "icon_dark.png" ], "default_icon": "icon_dark.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/content.js", "js\/color_fade.js" ], "matches": [ "https:\/\/www.amazon.com\/*" ] } ] } |