Price decoder for STOS/BMLin
Decoder for STOS/BMLin price codes and others.
什麼是Price decoder for STOS/BMLin?
Price decoder for STOS/BMLin是由drantiniofficial開發的Chrome擴展程式,該擴展的主要功能是“Decoder for STOS/BMLin price codes and others.”。
擴展截圖
下載Price decoder for STOS/BMLin擴展crx文件
下載Price decoder for STOS/BMLin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
===---- AUTOMATIC DETECTION ----===
Use this price decoder on any yupoo website that has STOS/BMLin price codes, If price code is detected it will automatically convert it to human-readable prices.
===---- (NEW) VARIOUS CURRENCIES (NEW) ----===
You can now change currency to convert the price code to.
Available currencies are: USD, EUR, GBP, CAD
===---- MANUAL CONVERSION ----===
If not, you can open the popup by clicking on the extension ("black PD in white box") icon and enter the code manually. 擴展基本資訊
| 名稱 | |
| ID | bbafiecniichheadhagmllcjajcffhdl |
| 官方網址 | https://chromewebstore.google.com/detail/price-decoder-for-stosbml/bbafiecniichheadhagmllcjajcffhdl |
| 簡介 | Decoder for STOS/BMLin price codes and others. |
| 檔案大小 | 10.47 KB |
| 安裝次數 | 4,925 |
| 目前版本 | 1.1 |
| 更新時間 | 2021-11-13 |
| 上架時間 | 2021-06-01 |
| 評分 | 5.00/5 共 5 次評分 |
| 開發者 | drantiniofficial |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Price decoder for STOS\/BMLin",
"description": "Decoder for STOS\/BMLin price codes and others.",
"version": "1.1",
"minimum_chrome_version": "88",
"manifest_version": 3,
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.yupoo.com\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"128": "logo.png"
},
"action": {
"default_popup": "popup.html"
}
} | |