OCS Price per gram
This extension shows the price per gram on Ontario Cannabis Store pages.
OCS Price per gramคืออะไร?
OCS Price per gram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeff Murchison และคุณลักษณะหลักของมันคือ "This extension shows the price per gram on Ontario Cannabis Store pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OCS Price per gram
ดาวน์โหลดไฟล์ส่วนขยาย OCS Price per gram ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
v0.3: - Fixed an issue with pre-rolls not showing $/g - Restructured code - Support for $/mg of THC and CBD in oils coming soon.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | OCS Price per gram |
ID | ffddjiogaehibkbejnmbcgmgpgcjfbjd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ocs-price-per-gram/ffddjiogaehibkbejnmbcgmgpgcjfbjd |
คำอธิบาย | This extension shows the price per gram on Ontario Cannabis Store pages. |
ขนาดไฟล์ | 63.34 KB |
จำนวนการติดตั้ง | 61 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2018-10-24 |
วันที่เผยแพร่ | 2018-10-23 |
คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Jeff Murchison |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OCS Price per gram", "description": "This extension shows the price per gram on Ontario Cannabis Store pages.", "version": "0.3", "icons": { "16": "thc_16.png", "48": "thc_48.png", "128": "thc_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/ocs.ca\/products\/*" ], "js": [ "jquery-2.2.0.min.js", "ppg.js" ] } ] } |