highlighter
Highlighter 4.0.4
ส่วนขยาย Chrome อย่างง่ายที่ช่วยให้สามารถเน้นข้อความบนหน้าเว็บได้ด้วยการคลิกขวาง่ายๆ (หรือแป้นพิมพ์ลัด Ctrl+Shfit+H) บันทึกไฮไลต์ทั้งหมดเพื่อให้สามารถไฮไลต์ใหม่ได้เมื่อเปิดหน้าเว็บอีกครั้ง!
สามารถดาวน์โหลดได้ที่ Chrome เว็บสโตร์
คุณจะต้องติดตั้ง Node.js และ gh
cli (และได้รับการรับรองความถูกต้อง) จากนั้นให้รันสิ่งต่อไปนี้:
npm install
สุดท้าย คุณจะต้องป้อนรหัสบัญชี Google Analytics ของคุณเอง หนึ่งอันสำหรับการผลิตและอีกอันสำหรับการทดสอบ:
cp config/secrets.sample.js config/secrets.js # Then replace "GA_TRACKING_ID" with your test account ID
cp config/secrets.sample.js config/secrets.production.js # Then replace the "GA_TRACKING_ID" with your production account ID
npm run lint
# Bump the version in the manifest and package.json files, create a new commit, tag it, push to Github
# and create a draft release on Github using the `gh` CLI tool
npm run release
# Create the zipped package to upload to the Chrome web store
npm run build