OCS Price per gram
This extension shows the price per gram on Ontario Cannabis Store pages.
Vad är OCS Price per gram?
OCS Price per gram är en Chrome-tillägg utvecklad av Jeff Murchison, och dess huvudfunktion är "This extension shows the price per gram on Ontario Cannabis Store pages.".
Tilläggsskärmbilder
Ladda ner OCS Price per gram-förlängningens CRX-fil
Ladda ner OCS Price per gram-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
v0.3:
- Fixed an issue with pre-rolls not showing $/g
- Restructured code
- Support for $/mg of THC and CBD in oils coming soon. Grundläggande Information om Tillägg
| Namn | |
| ID | ffddjiogaehibkbejnmbcgmgpgcjfbjd |
| Officiell webbadress | https://chromewebstore.google.com/detail/ocs-price-per-gram/ffddjiogaehibkbejnmbcgmgpgcjfbjd |
| Beskrivning | This extension shows the price per gram on Ontario Cannabis Store pages. |
| Filstorlek | 63.34 KB |
| Antal Installationer | 61 |
| Aktuell Version | 0.3 |
| Senast Uppdaterad | 2018-10-24 |
| Publiceringsdatum | 2018-10-23 |
| Betyg | 5.00/5 Totalt 9 Betyg |
| Utvecklare | Jeff Murchison |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |