Argos Discount Viewer
With this extension you can easily have your discount calculated and displayed alongside the original price on the Argos website.
什麼是Argos Discount Viewer?
Argos Discount Viewer是由Rand開發的Chrome擴展程式,該擴展的主要功能是“With this extension you can easily have your discount calculated and displayed alongside the original price on the Argos website.”。
擴展截圖
下載Argos Discount Viewer擴展crx文件
下載Argos Discount Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Have your discount calculated and displayed alongside the original price on all products. You can easily set a new discount by dragging the slider up and down to your required value from 5% to 50%
擴展基本資訊
名稱 | Argos Discount Viewer |
ID | gjlggchigbelebkhdffenmdnopejbnhb |
官方網址 | https://chromewebstore.google.com/detail/argos-discount-viewer/gjlggchigbelebkhdffenmdnopejbnhb |
簡介 | With this extension you can easily have your discount calculated and displayed alongside the original price on the Argos website. |
檔案大小 | 76.83 KB |
安裝次數 | 120 |
目前版本 | 1.2.2 |
更新時間 | 2023-01-22 |
上架時間 | 2020-06-18 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Rand |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Argos Discount Viewer", "version": "1.2.2", "action": { "default_icon": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "default_title": "Argos Discount Viewer", "default_popup": "popup.html" }, "description": "With this extension you can easily have your discount calculated and displayed alongside the original price on the Argos website.", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "activeTab", "storage", "scripting" ], "content_scripts": [ { "matches": [ "http:\/\/www.argos.co.uk\/product\/*", "https:\/\/www.argos.co.uk\/product\/*" ], "css": [ "css\/content_scripts-styles.css" ], "js": [ "js\/discount.js" ] } ] } |