OCS Price per gram

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

OCS Price per gram là gì?

OCS Price per gram là một tiện ích mở rộng Chrome được phát triển bởi Jeff Murchison, và tính năng chính của nó là "This extension shows the price per gram on Ontario Cannabis Store pages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng OCS Price per gram

Tải xuống các tệp mở rộng OCS Price per gram dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        v0.3:
- Fixed an issue with pre-rolls not showing $/g
- Restructured code
- Support for $/mg of THC and CBD in oils coming soon.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OCS Price per gram OCS Price per gram
ID ffddjiogaehibkbejnmbcgmgpgcjfbjd
URL Chính Thức https://chromewebstore.google.com/detail/ocs-price-per-gram/ffddjiogaehibkbejnmbcgmgpgcjfbjd
Mô tả This extension shows the price per gram on Ontario Cannabis Store pages.
Kích Thước Tệp 63.34 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2018-10-24
Ngày Phát Hành 2018-10-23
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Jeff Murchison
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}