OCS Price per gram

This extension shows the price per gram on Ontario Cannabis Store pages.

什么是OCS Price per gram?

OCS Price per gram是由Jeff Murchison开发的Chrome扩展程序,该扩展的主要功能是“This extension shows the price per gram on Ontario Cannabis Store pages.”。

扩展截图

screenshot
screenshot

下载OCS Price per gram扩展crx文件

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