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. 擴展基本資訊
| 名稱 | |
| ID | kcfakilgkhioeckhichkjkfajppekkin |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |