Pandabuy Currency Converter
Convert all currencies into a selected one.
Pandabuy Currency Converterคืออะไร?
Pandabuy Currency Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Angus Paillaugue และคุณลักษณะหลักของมันคือ "Convert all currencies into a selected one."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pandabuy Currency Converter
ดาวน์โหลดไฟล์ส่วนขยาย Pandabuy Currency Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enhance your PandaBuy website shopping experience with PCC! This versatile Chrome extension automates currency conversion, customizes Yuppo.com, and seamlessly connects you to PandaBuy. Say goodbye to manual conversions, enjoy clutter-free Yuppo.com, and effortlessly browse Chinese marketplaces. Shop smarter with PCC today!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pandabuy Currency Converter |
ID | bmefkfichlgfpmgdpkgkkebpdkfhbmnm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pandabuy-currency-convert/bmefkfichlgfpmgdpkgkkebpdkfhbmnm |
คำอธิบาย | Convert all currencies into a selected one. |
ขนาดไฟล์ | 58.11 KB |
จำนวนการติดตั้ง | 730 |
เวอร์ชันปัจจุบัน | 2.1.1 |
อัปเดตครั้งล่าสุด | 2024-01-11 |
วันที่เผยแพร่ | 2023-10-08 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Angus Paillaugue |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://pcc.paillaugue.fr |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pandabuy Currency Converter", "description": "Convert all currencies into a selected one.", "version": "2.1.1", "update_notes": "The PCC extension is now free. Enjoy!", "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/16-icon.png", "32": "icons\/32-icon.png" } }, "icons": { "16": "icons\/16-icon.png", "32": "icons\/32-icon.png", "48": "icons\/48-icon.png", "128": "icons\/128-icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.pandabuy.com\/*", "*:\/\/*.yupoo.com\/*", "*:\/\/*.weidian.com\/*", "*:\/\/weidian.com\/*", "*:\/\/*.taobao.com\/*", "*:\/\/*.1688.com\/*", "*:\/\/*.tmall.com\/*", "*:\/\/*.reddit.com\/*" ], "exclude_matches": [ "https:\/\/docs.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "host_permissions": [ " |