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 |
官方URL | 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" ] } ] } |