Delete Shopping Cart
Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list.
Delete Shopping Cartとは何ですか?
Delete Shopping CartはRFAppsによって開発されたChromeの拡張機能で、その主な機能は「Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list.」です。
拡張機能のスクリーンショット
Delete Shopping Cart拡張機能のCRXファイルをダウンロード
Delete Shopping Cart拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple extension that will automatically delete all items in your Amazon™ cart, Amazon™ saved list or Whole Foods™ cart. You must to be on the shopping cart main screen to use it. If you have a lot of items you may have to use it multiple times to delete them all. Sure beats clicking delete for each item.
拡張機能の基本情報
名前 | Delete Shopping Cart |
ID | kcfakilgkhioeckhichkjkfajppekkin |
公式URL | https://chromewebstore.google.com/detail/delete-shopping-cart/kcfakilgkhioeckhichkjkfajppekkin |
説明 | Quick buttons that will remove all items in your Amazon™ and Whole Foods™ cart or saved list. |
ファイルサイズ | 14.16 KB |
インストール数 | 88 |
現在のバージョン | 1.0 |
最終更新日 | 2022-02-01 |
公開日 | 2022-01-31 |
開発者 | RFApps |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jmf8883/delete-shopping-cart |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Delete Shopping Cart", "description": "Quick buttons that will remove all items in your Amazon\u2122 and Whole Foods\u2122 cart or saved list.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/cart16.png", "32": "\/images\/cart32.png", "64": "\/images\/cart64.png", "128": "\/images\/cart128.png" } }, "icons": { "16": "\/images\/cart16.png", "32": "\/images\/cart32.png", "64": "\/images\/cart64.png", "128": "\/images\/cart128.png" } } |