hohser
Version 4.6.0
เพิ่มปัญหาหากคุณต้องการใช้ส่วนขยายกับเครื่องมือค้นหาอื่น
ส่วนขยายถูกสร้างขึ้นด้วย ReactJs, Redux, Material UI และ TypeScript
$ git clone [email protected]:pistom/hohser.git
$ cd hohser
$ yarn
$ yarn build # Packages will be built in the "build" directory.
เมื่อใช้ไลบรารี web-ext
คุณสามารถเปิดหน้าต่างเบราว์เซอร์โดยติดตั้งส่วนขยายโดยใช้สิ่งต่อไปนี้:
$ yarn load # runs in Firefox
หรือ
$ yarn load:msedge # runs in MS Edge
ส่วนขยายจะถูกโหลดซ้ำโดยอัตโนมัติเมื่อคุณรัน yarn build
อีกครั้ง
[
{
"domainName" : " www.domain1.com " ,
"display" : " HIGHLIGHT " ,
"color" : " COLOR_1 "
},
{
"domainName" : " www.domain2.com " ,
"display" : " PARTIAL_HIDE "
},
{
"domainName" : " www.domain3.com " ,
"display" : " FULL_HIDE "
},
...
]