OCS Price per gram

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

Co je OCS Price per gram?

OCS Price per gram je rozšíření Chrome vyvinuté Jeff Murchison, a jeho hlavní funkcí je „This extension shows the price per gram on Ontario Cannabis Store pages.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření OCS Price per gram

Stáhněte si soubory rozšíření OCS Price per gram ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název OCS Price per gram OCS Price per gram
ID ffddjiogaehibkbejnmbcgmgpgcjfbjd
Oficiální URL https://chromewebstore.google.com/detail/ocs-price-per-gram/ffddjiogaehibkbejnmbcgmgpgcjfbjd
Popis This extension shows the price per gram on Ontario Cannabis Store pages.
Velikost souboru 63.34 KB
Počet instalací 61
Aktuální Verze 0.3
Poslední Aktualizace 2018-10-24
Datum Vydání 2018-10-23
Hodnocení 5.00/5 Celkem 9 Hodnocení
Vývojář Jeff Murchison
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}