Amazon WishList Sum
It shows you a total sum of items in your wishlist on amazon.co.jp. (You have to reload a web page if you want to use this again.)
Amazon WishList Sumとは何ですか?
Amazon WishList SumはTKSによって開発されたChromeの拡張機能で、その主な機能は「It shows you a total sum of items in your wishlist on amazon.co.jp. (You have to reload a web page if you want to use this again.)」です。
拡張機能のスクリーンショット
Amazon WishList Sum拡張機能のCRXファイルをダウンロード
Amazon WishList Sum拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can see the total price in your wishlist without putting them into the cart. Amazonで商品をカートに入れレジに行く前に、合計金額を知りたい時はありませんか? ほしい物リストに入っている商品の合計金額を表示することができます! (You have to reload a web page if you want to use this again.) (同じページで再度使うときはページを一度リロードしてください。) Here is the code: https://github.com/mugi0096/wishlistSum
拡張機能の基本情報
名前 | |
ID | ajbgdhggiminjddnpjdcgoconpjgkkfi |
公式URL | https://chromewebstore.google.com/detail/amazon-wishlist-sum/ajbgdhggiminjddnpjdcgoconpjgkkfi |
説明 | It shows you a total sum of items in your wishlist on amazon.co.jp. (You have to reload a web page if you want to use this again.) |
ファイルサイズ | 4.97 KB |
インストール数 | 341 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-12-03 |
公開日 | 2021-12-02 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | TKS |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon WishList Sum", "version": "1.0.0", "manifest_version": 3, "description": "It shows you a total sum of items in your wishlist on amazon.co.jp. (You have to reload a web page if you want to use this again.)", "action": { "default_icon": "icon16.png", "default_title": "\u5408\u8a08\u91d1\u984d" }, "icons": { "16": "icon16.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/www.amazon.co.jp\/*\/wishlist\/*" ] } |