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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } ] } |