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
官方網址 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"
            ]
        }
    ]
}