OCS Price per gram
This extension shows the price per gram on Ontario Cannabis Store pages.
Apa itu OCS Price per gram?
OCS Price per gram adalah ekstensi Chrome yang dikembangkan oleh Jeff Murchison, dan fitur utamanya adalah "This extension shows the price per gram on Ontario Cannabis Store pages.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi OCS Price per gram
Unduh file ekstensi OCS Price per gram dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
v0.3: - Fixed an issue with pre-rolls not showing $/g - Restructured code - Support for $/mg of THC and CBD in oils coming soon.
Informasi Dasar Ekstensi
Nama | OCS Price per gram |
ID | ffddjiogaehibkbejnmbcgmgpgcjfbjd |
URL Resmi | https://chromewebstore.google.com/detail/ocs-price-per-gram/ffddjiogaehibkbejnmbcgmgpgcjfbjd |
Deskripsi | This extension shows the price per gram on Ontario Cannabis Store pages. |
Ukuran File | 63.34 KB |
Jumlah Instalasi | 61 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2018-10-24 |
Tanggal Publikasi | 2018-10-23 |
Penilaian | 5.00/5 Total 9 Penilaian |
Pengembang | Jeff Murchison |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |