Onliner.by currency converter
Convert prices on Onliner.by to y.e.
Onliner.by currency converterคืออะไร?
Onliner.by currency converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zeph และคุณลักษณะหลักของมันคือ "Convert prices on Onliner.by to y.e."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Onliner.by currency converter
ดาวน์โหลดไฟล์ส่วนขยาย Onliner.by currency converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automaticaly replaces prices in BYR to y.e. Currence rate can be configured: you can use currency rate from Onliner.by or rate whiсh is confugured. This extension works in: -Catalog -Baraholka -Motobaraholka -Autobaraholka -Rent of apartments
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kmchbjfbgdhepigffpogfbpeifaajllb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/onlinerby-%D0%BA%D0%BE%D0%BD%D0%B2%D0%B5%D1%80%D1%82%D0%B5%D1%80-%D0%B2%D0%B0%D0%BB%D1%8E%D1%82/kmchbjfbgdhepigffpogfbpeifaajllb |
คำอธิบาย | Convert prices on Onliner.by to y.e. |
ขนาดไฟล์ | 16.65 KB |
จำนวนการติดตั้ง | 44 |
เวอร์ชันปัจจุบัน | 2.3 |
อัปเดตครั้งล่าสุด | 2015-02-18 |
วันที่เผยแพร่ | 2015-02-18 |
คะแนน | 4.09/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | zeph |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "description": "__MSG_application_description__", "default_locale": "ru", "version": "2.3", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "webNavigation", "activeTab", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "__MSG_application_title__" }, "manifest_version": 2, "content_scripts": [ { "js": [ "converter.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "options_page": "options.html", "icons": { "128": "icon128.png" } } |