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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |