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" ] } ] } |