Rec Bud Pics
Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website
Rec Bud Picsคืออะไร?
Rec Bud Pics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ian Mott และคุณลักษณะหลักของมันคือ "Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rec Bud Pics
ดาวน์โหลดไฟล์ส่วนขยาย Rec Bud Pics ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Gets a bud picture of the strain being viewed on ocs.ca/sqdc.ca from BC Cannabis Store to display. Code available on GitHub: https://github.com/ianmott77/Bud-Pics DISCLAIMER: ALL INFORMATION USED IS PUBLICLY AVAILABLE ON OCS.CA, SQDC.CA, AND BCCANNABISSTORE.COM
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | jcbjnadonmliflbgomoccpegakfhlebc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/rec-bud-pics/jcbjnadonmliflbgomoccpegakfhlebc |
คำอธิบาย | Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website |
ขนาดไฟล์ | 5.72 KB |
จำนวนการติดตั้ง | 47 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2018-11-07 |
วันที่เผยแพร่ | 2018-11-07 |
ผู้พัฒนา | Ian Mott |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rec Bud Pics", "version": "0.2", "description": "Gets a bud picture of the strain current from BC Cannabis Store to display on the OCS and SQDC website", "content_scripts": [ { "matches": [ "https:\/\/ocs.ca\/products\/*", "https:\/\/www.sqdc.ca\/*" ], "js": [ "bud_pics.min.js" ] } ], "permissions": [ "https:\/\/www.bccannabisstores.com\/*" ] } |