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 |
Eメール | [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" ] } ] } |